@@ -126,7 +126,7 @@ struct femtoDreamProducerTask {
126126 Configurable<std::vector<float >> ConfV0DaughDCAMin{" ConfV0DaughDCAMin" , std::vector<float >{0 .05f , 0 .06f }, " V0 Daugh sel: Max. DCA Daugh to PV (cm)" };
127127 Configurable<std::vector<float >> ConfV0DaughPIDnSigmaMax{" ConfV0DaughPIDnSigmaMax" , std::vector<float >{5 .f , 4 .f }, " V0 Daugh sel: Max. PID nSigma TPC" };
128128
129- Configurable<std::vector<int >> ConfV0DaughTPIDspecies{" ConfV0DaughTPIDspecies" , std::vector<int >{o2::track::PID ::Pion, o2::track::PID ::Kaon, o2::track:: PID :: Proton}, " V0 Daugh sel: Particles species for PID" };
129+ Configurable<std::vector<int >> ConfV0DaughTPIDspecies{" ConfV0DaughTPIDspecies" , std::vector<int >{o2::track::PID ::Pion, o2::track::PID ::Proton}, " V0 Daugh sel: Particles species for PID" };
130130
131131 Configurable<float > ConfInvMassLowLimit{" ConfInvMassLowLimit" , 1.05 , " Lower limit of the V0 invariant mass" };
132132 Configurable<float > ConfInvMassUpLimit{" ConfInvMassUpLimit" , 1.30 , " Upper limit of the V0 invariant mass" };
@@ -170,12 +170,12 @@ struct femtoDreamProducerTask {
170170 v0Cuts.setChildCuts (femtoDreamV0Selection::kPosTrack , ConfTrkCharge, femtoDreamTrackSelection::kSign , femtoDreamSelection::kEqual );
171171 v0Cuts.setChildCuts (femtoDreamV0Selection::kPosTrack , ConfTrkEta, femtoDreamTrackSelection::kEtaMax , femtoDreamSelection::kAbsUpperLimit );
172172 v0Cuts.setChildCuts (femtoDreamV0Selection::kPosTrack , ConfV0DaughTPCnclsMin, femtoDreamTrackSelection::kTPCnClsMin , femtoDreamSelection::kLowerLimit );
173- // v0Cuts.setChildCuts(femtoDreamV0Selection::kPosTrack, ConfV0DaughDCAMin, femtoDreamTrackSelection::kDCAMin, femtoDreamSelection::kAbsLowerLimit);
173+ v0Cuts.setChildCuts (femtoDreamV0Selection::kPosTrack , ConfV0DaughDCAMin, femtoDreamTrackSelection::kDCAMin , femtoDreamSelection::kAbsLowerLimit );
174174 v0Cuts.setChildCuts (femtoDreamV0Selection::kPosTrack , ConfV0DaughPIDnSigmaMax, femtoDreamTrackSelection::kPIDnSigmaMax , femtoDreamSelection::kAbsUpperLimit );
175175 v0Cuts.setChildCuts (femtoDreamV0Selection::kNegTrack , ConfTrkCharge, femtoDreamTrackSelection::kSign , femtoDreamSelection::kEqual );
176176 v0Cuts.setChildCuts (femtoDreamV0Selection::kNegTrack , ConfTrkEta, femtoDreamTrackSelection::kEtaMax , femtoDreamSelection::kAbsUpperLimit );
177177 v0Cuts.setChildCuts (femtoDreamV0Selection::kNegTrack , ConfV0DaughTPCnclsMin, femtoDreamTrackSelection::kTPCnClsMin , femtoDreamSelection::kLowerLimit );
178- // v0Cuts.setChildCuts(femtoDreamV0Selection::kNegTrack, ConfV0DaughDCAMin, femtoDreamTrackSelection::kDCAMin, femtoDreamSelection::kAbsLowerLimit);
178+ v0Cuts.setChildCuts (femtoDreamV0Selection::kNegTrack , ConfV0DaughDCAMin, femtoDreamTrackSelection::kDCAMin , femtoDreamSelection::kAbsLowerLimit );
179179 v0Cuts.setChildCuts (femtoDreamV0Selection::kNegTrack , ConfV0DaughPIDnSigmaMax, femtoDreamTrackSelection::kPIDnSigmaMax , femtoDreamSelection::kAbsUpperLimit );
180180 v0Cuts.setChildPIDSpecies (femtoDreamV0Selection::kPosTrack , ConfV0DaughTPIDspecies);
181181 v0Cuts.setChildPIDSpecies (femtoDreamV0Selection::kNegTrack , ConfV0DaughTPIDspecies);
0 commit comments