Skip to content

Commit 659bc98

Browse files
nxk335-localnkaratze
authored andcommitted
Added more cuts and small corrections
1 parent 5b83fe6 commit 659bc98

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGLF/Tasks/Strangeness/v0topologicalcuts.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ struct v0topologicalcuts {
106106

107107
// Configurables for Cuts
108108
Configurable<float> cutzvertex{"cutzvertex", 10.0f, "Accepted z-vertex range (cm)"};
109-
Configurable<float> NSigmaTPCPion{"NSigmaTPCPion", 4, "NSigmaTPCPion"};
110-
Configurable<float> NSigmaTPCProton{"NSigmaTPCProton", 4, "NSigmaTPCProton"};
111-
Configurable<float> compv0masscut{"CompetitiveV0masscut", 0.01, "CompetitiveV0masscut (GeV)"};
109+
Configurable<float> NSigmaTPCPion{"snigmatpcpion", 4, "NSigmaTPCPion"};
110+
Configurable<float> NSigmaTPCProton{"nsigmatpcproton", 4, "NSigmaTPCProton"};
111+
Configurable<float> compv0masscut{"competitivev0masscut", 0.01, "CompetitiveV0masscut (GeV)"};
112112
Configurable<float> etadau{"etadau", 0.8, "Eta Daughters"};
113113

114114
// Configurable strings for Kzero cuts
@@ -284,7 +284,6 @@ struct v0topologicalcuts {
284284
const auto& mLambdaPDG = 1.115683;
285285
const auto& mK0shPDG = 0.497611;
286286
for (const auto& v0 : V0s) {
287-
LOG(INFO) << v0.mAntiLambda() << " " << v0.mLambda() << " " << v0.mK0Short() << std::endl;
288287
if (TMath::Abs(v0.posTrack_as<DaughterTracks>().eta()) < etadau && TMath::Abs(v0.negTrack_as<DaughterTracks>().eta()) < etadau) { // daughters pseudorapidity cut
289288
// filling histograms with V0 values
290289
rV0Parameters_MC_V0match.fill(HIST("hDCAV0Daughters_V0_Match"), v0.dcaV0daughters());

0 commit comments

Comments
 (0)