You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGJE/DataModel/GammaJetAnalysisTree.h
+36-35Lines changed: 36 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -17,43 +17,45 @@
17
17
#ifndef PWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_
18
18
#definePWGJE_DATAMODEL_GAMMAJETANALYSISTREE_H_
19
19
20
-
#include"Framework/AnalysisDataModel.h"
21
-
#include"PWGJE/DataModel/EMCALClusters.h"
22
20
#include"PWGJE/Core/JetDerivedDataUtilities.h"
21
+
#include"PWGJE/DataModel/EMCALClusters.h"
23
22
#include"PWGJE/DataModel/Jet.h"
24
23
25
-
namespaceo2::aod::gjanalysis{
26
-
enumclassClusterOrigin{
27
-
kUnknown = 0,
28
-
kPhoton, // dominant amount of energy from the cluster is from a photon
29
-
kPromptPhoton,
30
-
kDirectPromptPhoton,
31
-
kFragmentationPhoton,
32
-
kDecayPhoton, // the particle that produced the cluster is a decay product
33
-
kDecayPhotonPi0, // the cluster was produced by a pi0 decay
34
-
kDecayPhotonEta, // the cluster was produced by a eta decay
35
-
kMergedPi0, // the cluster was produced by a merged pi0, i.e. two photons contribute to the cluster that both come from pi0 decay
36
-
kMergedEta, // the cluster was produced by a merged eta, i.e. two photons contribute to the cluster that both come from eta decay
37
-
kConvertedPhoton, // the cluster was produced by a converted photon, i.e. a photon that converted to an electron-positron pair and one of the electrons was detected in the cluster
38
-
};
39
-
enumclassParticleOrigin{
40
-
kUnknown = 0,
41
-
kPromptPhoton,
42
-
kDirectPromptPhoton,
43
-
kFragmentationPhoton,
44
-
kDecayPhoton,
45
-
kDecayPhotonPi0,
46
-
kDecayPhotonEta,
47
-
kDecayPhotonOther,
48
-
kPi0
49
-
};
50
-
}
24
+
#include"Framework/AnalysisDataModel.h"
25
+
26
+
namespaceo2::aod::gjanalysis
27
+
{
28
+
enumclassClusterOrigin {
29
+
kUnknown = 0,
30
+
kPhoton, // dominant amount of energy from the cluster is from a photon
31
+
kPromptPhoton,
32
+
kDirectPromptPhoton,
33
+
kFragmentationPhoton,
34
+
kDecayPhoton, // the particle that produced the cluster is a decay product
35
+
kDecayPhotonPi0, // the cluster was produced by a pi0 decay
36
+
kDecayPhotonEta, // the cluster was produced by a eta decay
37
+
kMergedPi0, // the cluster was produced by a merged pi0, i.e. two photons contribute to the cluster that both come from pi0 decay
38
+
kMergedEta, // the cluster was produced by a merged eta, i.e. two photons contribute to the cluster that both come from eta decay
39
+
kConvertedPhoton, // the cluster was produced by a converted photon, i.e. a photon that converted to an electron-positron pair and one of the electrons was detected in the cluster
DECLARE_SOA_COLUMN(Rho, rho, float); // gen level rho
75
+
DECLARE_SOA_COLUMN(Rho, rho, float); // gen level rho
74
76
DECLARE_SOA_COLUMN(IsMultipleAssigned, isMultipleAssigned, bool); // if the corresponding MC collision matched to this rec collision was also matched to other rec collisions (allows to skip those on analysis level )
DECLARE_SOA_COLUMN(PdgCode, pdgCode, ushort); // TODO also add smoe origin of particle? maybe only save original pi0 and eta and photon (not decay photons)
119
+
DECLARE_SOA_COLUMN(PdgCode, pdgCode, ushort); // TODO also add smoe origin of particle? maybe only save original pi0 and eta and photon (not decay photons)
119
120
DECLARE_SOA_COLUMN(MCIsolation, mcIsolation, float); // isolation in cone on mc gen level
120
-
DECLARE_SOA_COLUMN(Origin, origin, uint16_t); // origin of particle
121
-
}
121
+
DECLARE_SOA_COLUMN(Origin, origin, uint16_t); // origin of particle
0 commit comments