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: PWGCF/DataModel/CorrelationsDerived.h
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@
11
11
#ifndef PWGCF_DATAMODEL_CORRELATIONSDERIVED_H_
12
12
#definePWGCF_DATAMODEL_CORRELATIONSDERIVED_H_
13
13
14
-
#include<vector>
14
+
#include"Common/DataModel/Centrality.h"
15
15
16
16
#include"Framework/ASoA.h"
17
17
#include"Framework/AnalysisDataModel.h"
18
-
#include"Common/DataModel/Centrality.h"
18
+
19
+
#include<vector>
19
20
20
21
namespaceo2::aod
21
22
{
@@ -150,11 +151,16 @@ namespace cf2prongmcpart
150
151
{
151
152
DECLARE_SOA_INDEX_COLUMN_FULL(CFParticleDaugh0, cfParticleDaugh0, int, CFMcParticles, "_0"); //! Index to prong 1 CFMcParticle
152
153
DECLARE_SOA_INDEX_COLUMN_FULL(CFParticleDaugh1, cfParticleDaugh1, int, CFMcParticles, "_1"); //! Index to prong 2 CFMcParticle
154
+
DECLARE_SOA_COLUMN(Decay, decay, uint8_t); //! Particle decay and flags
155
+
enum ParticleDecayFlags {
156
+
Prompt = 0x80
157
+
};
153
158
} // namespace cf2prongmcpart
154
159
DECLARE_SOA_TABLE(CF2ProngMcParts, "AOD", "CF2PRONGMCPART", //! Table for the daughter particles of a 2-prong particle, to be joined with CFMcParticles
0 commit comments