@@ -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