|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -/// |
| 12 | +/// \file GammaJetAnalysisTree.h |
13 | 13 | /// \brief Table definitions for gamma-jet analyses |
14 | | -/// |
15 | 14 | /// \author Florian Jonas <florian.jonas@cern.ch> |
16 | 15 |
|
17 | 16 | #ifndef PWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_ |
@@ -106,8 +105,8 @@ namespace gjgammamcinfo |
106 | 105 | { |
107 | 106 | DECLARE_SOA_COLUMN(Origin, origin, uint16_t); |
108 | 107 | 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 |
111 | 110 | // does not filter out a mother |
112 | 111 | DECLARE_SOA_COLUMN(Eta, eta, float); |
113 | 112 | DECLARE_SOA_COLUMN(Phi, phi, float); |
@@ -196,7 +195,6 @@ DECLARE_SOA_COLUMN(Theta, theta, std::vector<float>); //! opening |
196 | 195 | } // namespace gjmcjetsubstructure |
197 | 196 | DECLARE_SOA_TABLE(GjMCJetSubstructures, "AOD", "GJMCJETSUBSTR", gjgamma::GjEventId, gjmcjetsubstructure::EnergyMother, gjmcjetsubstructure::PtLeading, gjmcjetsubstructure::PtSubLeading, gjmcjetsubstructure::Theta) |
198 | 197 |
|
199 | | - |
200 | 198 | } // namespace o2::aod |
201 | 199 |
|
202 | 200 | #endif // PWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_ |
0 commit comments