@@ -72,6 +72,7 @@ struct HfElectronSelectionWithTpcEmcal {
7272 Configurable<bool > fillEmcClusterInfo{" fillEmcClusterInfo" , true , " Fill histograms with EMCal cluster info before and after track match" };
7373 Configurable<bool > fillTrackInfo{" fillTrackInfo" , true , " Fill histograms with Track Information info before track match" };
7474 Configurable<int > emcalRegion{" emcalRegion" , 0 , " Select EMCal region for filling histograms" };
75+ Configurable<bool > skipNoEmcClusters{" skipNoEmcClusters" , false , " Skip events with no EMCal clusters" };
7576 // Event Selection
7677 Configurable<float > zPvPosMax{" zPvPosMax" , 10 ., " Maximum z of the primary vertex (cm)" };
7778 Configurable<bool > isRun3{" isRun3" , true , " Data is from Run3 or Run2" };
@@ -138,7 +139,6 @@ struct HfElectronSelectionWithTpcEmcal {
138139 PresliceUnsorted<o2::aod::EMCALMatchedTracks> perClusterMatchedTracks = o2::aod::emcalmatchedtrack::trackId;
139140
140141 // configurable axis
141- Configurable<bool > skipNoEmcClusters{" skipNoEmcClusters" , false , " Skip events with no EMCal clusters" };
142142 ConfigurableAxis binsPosZ{" binsPosZ" , {100 , -10 ., 10 .}, " primary vertex z coordinate" };
143143 ConfigurableAxis binsEta{" binsEta" , {100 , -2.0 , 2 .}, " #it{#eta}" };
144144 ConfigurableAxis binsPhi{" binsPhi" , {32 , 0.0 , o2::constants::math::TwoPI}, " #it{#varphi}" };
0 commit comments