@@ -47,7 +47,6 @@ const int passEMCalBins = 3;
4747const int passEMCalAxisMin = 0 .;
4848const int passEMCalAxisMax = 3 ;
4949
50-
5150const int eopAxisBins = 60 ;
5251const float eopAxisMin = 0 .;
5352const float eopAxisMax = 3.0 ;
@@ -100,7 +99,6 @@ struct HfElectronSelectionWithTpcEmcal {
10099 Configurable<float > invariantMass{" invariantMass" , 0 .14f , " max Invariant Mass for Photonic electron" };
101100 Configurable<float > chiSquareMax{" chiSquareMax" , 3 .0f , " chiSquare on the reconstructed parent particle" };
102101
103-
104102 // EtMcal and Dcal selection cut
105103
106104 // EMcal and Dcal selection cut
@@ -180,8 +178,8 @@ struct HfElectronSelectionWithTpcEmcal {
180178 HistogramRegistry registry{
181179 " registry" ,
182180 {{" hNevents" , " No of events" , {HistType::kTH1F , {{3 , 1 , 4 }}}},
183- <
184- {" hZvertex" , " z vertex" , {HistType::kTH1F , {{binsPosZ}}}},
181+ <
182+ {" hZvertex" , " z vertex" , {HistType::kTH1F , {{binsPosZ}}}},
185183 {" hLikeMass" , " Like mass" , {HistType::kTH1F , {{binsMass}}}},
186184 {" hUnLikeMass" , " unLike mass" , {HistType::kTH1F , {{binsMass}}}},
187185 {" hLikeSignPt" , " Like sign Momentum " , {HistType::kTH1F , {{binsP}}}},
@@ -350,7 +348,6 @@ struct HfElectronSelectionWithTpcEmcal {
350348 continue ;
351349 }
352350
353-
354351 if (std::sqrt (std::abs (chi2recg)) > chiSquareMax) {
355352 continue ;
356353 }
@@ -374,8 +371,6 @@ struct HfElectronSelectionWithTpcEmcal {
374371 }
375372 }
376373
377-
378-
379374 if (std::sqrt (std::abs (chi2recg)) > chiSquareMax) {
380375 continue ;
381376 }
@@ -399,7 +394,6 @@ struct HfElectronSelectionWithTpcEmcal {
399394 }
400395 }
401396
402-
403397 // for like charge
404398 if (isLSElectron && (invMassElectron <= invariantMass)) {
405399 massLike = invMassElectron;
@@ -679,11 +673,9 @@ struct HfElectronSelectionWithTpcEmcal {
679673 }
680674 }
681675
682-
683676 PROCESS_SWITCH (HfElectronSelectionWithTpcEmcal, processMcGen, " Process MC Gen mode" , false );
684677=======
685678 PROCESS_SWITCH (HfElectronSelectionWithTpcEmcal, processMcGen, " Process MC Gen mode" , true );
686-
687679};
688680
689681WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
0 commit comments