File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments