Skip to content

Commit 9f826b1

Browse files
author
Christopher Klumm
committed
Changes in FemtoDerived.h
The enums kReso and kResoChild where added behind the previous defined enums in ParticleType (behind kCharmHadron). @lauraser @AntonRiedel
1 parent 247103f commit 9f826b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/DataModel/FemtoDerived.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ namespace femtodreamparticle
9494
enum ParticleType {
9595
kTrack, //! Track
9696
kV0, //! V0
97-
kReso, //! Resonances (phi)
98-
kResoChild, // Child track of a Resonance
9997
kV0Child, //! Child track of a V0
10098
kCascade, //! Cascade
10199
kCascadeV0,
102100
kCascadeV0Child,
103101
kCascadeBachelor, //! Bachelor track of a cascade
104102
kCharmHadron, //! Bachelor track of a cascade
105-
kPhiPosdaughTPC_NegdaughTPC, /// cases for Phi-daughters for TPC or TOF combinations
103+
kReso, //! Resonances (phi)
104+
kResoChild, // Child track of a Resonance
105+
kPhiPosdaughTPC_NegdaughTPC, // cases for Phi-daughters for TPC or TOF combinations
106106
kPhiPosdaughTPC_NegdaughTOF,
107107
kPhiPosdaughTOF_NegdaughTPC,
108108
kPhiPosdaughTOF_NegdaughTOF,
@@ -115,10 +115,10 @@ enum MomentumType {
115115
kPtpc //! momentum at the inner wall of the TPC (useful for PID plots)
116116
};
117117

118-
static constexpr std::string_view ParticleTypeName[kNParticleTypes] = {"Track", "V0", "Reso", "ResoChild", "V0Child", "Cascade", "CascadeV0", "CascadeV0Child", "CascadeBachelor", "CharmHadron", "PhiPosdaughTPC_NegdaughTPC", "PhiPosdaughTPC_NegdaughTOF", "PhiPosdaughTOF_NegdaughTPC", "PhiPosdaughTOF_NegdaughTOF"}; //! Naming of the different particle types
118+
static constexpr std::string_view ParticleTypeName[kNParticleTypes] = {"Track", "V0", "V0Child", "Cascade", "CascadeV0", "CascadeV0Child", "CascadeBachelor", "CharmHadron", "Reso", "ResoChild", "PhiPosdaughTPC_NegdaughTPC", "PhiPosdaughTPC_NegdaughTOF", "PhiPosdaughTOF_NegdaughTPC", "PhiPosdaughTOF_NegdaughTOF"}; //! Naming of the different particle types
119119
// static constexpr std::string_view TempFitVarName[kNParticleTypes] = {"/hDCAxy", "/hCPA", "/hDCAxy", "/hCPA", "/hCPA", "/hDCAxy", "/hDCAxy", "/hCPA"};
120120

121-
static constexpr std::string_view TempFitVarName[kNParticleTypes] = {"/hDCAxy", "/hCPA", "/hDCAxy", "/hDCAxy", "/hCPA", "/hCPA", "/hCPA", "/hDCAxy", "/hDCAxy", "/hCPA", "/hDCAxy", "/hDCAxy", "/hDCAxy", "/hDCAxy"}; // change later!! check for DCAXY for RESO!!
121+
static constexpr std::string_view TempFitVarName[kNParticleTypes] = {"/hDCAxy", "/hCPA", "/hCPA", "/hCPA", "/hCPA", "/hDCAxy", "/hDCAxy", "/hCPA", "/hDCAxy", "/hDCAxy", "/hDCAxy", "/hDCAxy", "/hDCAxy", "/hDCAxy"}; // change later!! check for DCAXY for RESO!!
122122

123123
using cutContainerType = uint32_t; //! Definition of the data type for the bit-wise container for the different selection criteria
124124

0 commit comments

Comments
 (0)