Skip to content

Commit 9d5d902

Browse files
committed
Put vz cut as configurable
1 parent 98a43c5 commit 9d5d902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct Kstarqa {
9898
Configurable<bool> isApplyMCchecksClosure{"isApplyMCchecksClosure", true, "Apply MC checks for closure test"};
9999
Configurable<float> deltaRCut{"deltaRCut", 0.0f, "Apply deltaR cut between two daughters"};
100100

101-
// Configurable<float> cutzvertex{"cutzvertex", 10.0f, "Accepted z-vertex range (cm)"};
101+
Configurable<float> cutzvertex{"cutzvertex", 10.0f, "Accepted z-vertex range (cm)"};
102102
Configurable<float> configOccCut{"configOccCut", 1000., "Occupancy cut"};
103103

104104
// Configurables for track selections
@@ -157,7 +157,7 @@ struct Kstarqa {
157157
float lowPtCutPID = 0.5;
158158
int noOfDaughters = 2;
159159
// float rapidityMotherData = 0.5;
160-
float cutzvertex = 10.0f;
160+
// float cutzvertex = 10.0f;
161161
float cfgCutEtaMax = 0.8f;
162162
float cfgCutPT = 0.2f;
163163
float cfgDeepAngle = 0.04;

0 commit comments

Comments
 (0)