Skip to content

Commit 4154efb

Browse files
authored
[PWGLF] Put vz cut as configurable (#15213)
1 parent d421db3 commit 4154efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 3 additions & 3 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;
@@ -253,7 +253,7 @@ struct Kstarqa {
253253

254254
std::vector<std::string> eveCutLabels = {
255255
"All Events",
256-
Form("|Vz| < %.1f", selectionConfig.cutzvertex),
256+
"|Vz| < 10",
257257
"sel8",
258258
std::string("kNoTimeFrameBorder") + check(selectionConfig.isNoTimeFrameBorder.value),
259259
std::string("kNoITSROFrameBorder") + check(selectionConfig.isNoITSROFrameBorder.value),

0 commit comments

Comments
 (0)