Skip to content

Commit 9cef884

Browse files
Update taskCharmHadronsV0FemtoDream.cxx
1 parent 4d86188 commit 9cef884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGHF/HFC/Tasks/taskCharmHadronsV0FemtoDream.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ struct HfTaskCharmHadronsV0FemtoDream {
137137
struct : ConfigurableGroup {
138138
std::string prefix = std::string("v0Sel");
139139
Configurable<int> pdgCodeV0{"pdgCodeV0", 310, "PDG code of V0 (310: K0S, 3122: Lambda)"};
140-
Configurable<femtodreamparticle::cutContainerType> cutBit{"cutBit", 7518, "Selection bit for particle 1 (V0)"};
141-
Configurable<femtodreamparticle::cutContainerType> childPosCutBit{"childPosCutBit", 210, "Selection bit for positive child of V01"};
142-
Configurable<femtodreamparticle::cutContainerType> childPosTPCBit{"childPosTPCBit", 64, "PID TPC bit for positive child of V01"};
143-
Configurable<femtodreamparticle::cutContainerType> childNegCutBit{"childNegCutBit", 209, "Selection bit for negative child of V01"};
144-
Configurable<femtodreamparticle::cutContainerType> childNegTPCBit{"childNegTPCBit", 256, "PID TPC bit for negative child of V01"};
140+
Configurable<femtodreamparticle::cutContainerType> cutBit{"cutBit", 1048574, "Selection bit for particle 1 (V0)"};
141+
Configurable<femtodreamparticle::cutContainerType> childPosCutBit{"childPosCutBit", 254, "Selection bit for positive child of V01"};
142+
Configurable<femtodreamparticle::cutContainerType> childPosTPCBit{"childPosTPCBit", 510, "PID TPC bit for positive child of V01"};
143+
Configurable<femtodreamparticle::cutContainerType> childNegCutBit{"childNegCutBit", 253, "Selection bit for negative child of V01"};
144+
Configurable<femtodreamparticle::cutContainerType> childNegTPCBit{"childNegTPCBit", 510, "PID TPC bit for negative child of V01"};
145145
Configurable<float> invMassV0Min{"invMassV0Min", 0.45, "Minimum invariant mass of Partricle 1 (particle) (V0)"};
146146
Configurable<float> invMassV0Max{"invMassV0Max", 0.55, "Maximum invariant mass of Partricle 1 (particle) (V0)"};
147147
Configurable<float> invMassAntiV0Min{"invMassAntiV0Min", 0.45, "Minimum invariant mass of Partricle 1 (antiparticle) (V0)"};

0 commit comments

Comments
 (0)