Skip to content

Commit d671b28

Browse files
committed
[PWGJE] changes to satisfy linter
1 parent bf1f2cf commit d671b28

2 files changed

Lines changed: 181 additions & 188 deletions

File tree

PWGJE/DataModel/GammaJetAnalysisTree.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
///
12+
/// \file GammaJetAnalysisTree.h
1313
/// \brief Table definitions for gamma-jet analyses
14-
///
1514
/// \author Florian Jonas <florian.jonas@cern.ch>
1615

1716
#ifndef PWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_
@@ -106,8 +105,8 @@ namespace gjgammamcinfo
106105
{
107106
DECLARE_SOA_COLUMN(Origin, origin, uint16_t);
108107
DECLARE_SOA_COLUMN(LeadingEnergyFraction, leadingEnergyFraction, float); // fraction of energy from the leading MC particle
109-
// further information about the particle that produced this cluster, one could also linnk to mcgen particle table
110-
// but for now this is easier as the MCgen table is filtered and I do not want to deal with ensuring the filered table exists and
108+
// further information about the particle that produced this cluster, one could also linnk to mcgen particle table
109+
// but for now this is easier as the MCgen table is filtered and I do not want to deal with ensuring the filered table exists and
111110
// does not filter out a mother
112111
DECLARE_SOA_COLUMN(Eta, eta, float);
113112
DECLARE_SOA_COLUMN(Phi, phi, float);
@@ -196,7 +195,6 @@ DECLARE_SOA_COLUMN(Theta, theta, std::vector<float>); //! opening
196195
} // namespace gjmcjetsubstructure
197196
DECLARE_SOA_TABLE(GjMCJetSubstructures, "AOD", "GJMCJETSUBSTR", gjgamma::GjEventId, gjmcjetsubstructure::EnergyMother, gjmcjetsubstructure::PtLeading, gjmcjetsubstructure::PtSubLeading, gjmcjetsubstructure::Theta)
198197

199-
200198
} // namespace o2::aod
201199

202200
#endif // PWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_

0 commit comments

Comments
 (0)