@@ -81,6 +81,10 @@ struct HfTaskElectronWeakBoson {
8181 Configurable<float > energyIsolationMax{" energyIsolationMax" , 0.1 , " isolation cut on energy" };
8282 Configurable<int > trackIsolationMax{" trackIsolationMax" , 3 , " Maximum number of tracks in isolation cone" };
8383
84+ // flag for THn
85+ Configurable<bool > isTHnElectron{" isTHnElectron" , true , " Enables THn for electrons" };
86+ Configurable<float > ptTHnThresh{" ptTHnThresh" , 5.0 , " Threshold for THn make" };
87+
8488 // Skimmed dataset processing configurations
8589 Configurable<bool > cfgSkimmedProcessing{" cfgSkimmedProcessing" , true , " Enables processing of skimmed datasets" };
8690 Configurable<std::string> cfgTriggerName{" cfgTriggerName" , " fGammaHighPtEMCAL" , " Trigger of interest (comma separated for multiple)" };
@@ -89,10 +93,6 @@ struct HfTaskElectronWeakBoson {
8993 Configurable<std::string> cfgCCDBPath{" cfgCCDBPath" , " Users/m/mpuccio/EventFiltering/OTS/" , " Path to CCDB for trigger data" };
9094 Service<o2::ccdb::BasicCCDBManager> ccdb;
9195
92- // flag for THn
93- Configurable<bool > isTHnElectron{" isTHnElectron" , true , " Enables THn for electrons" };
94- Configurable<float > ptTHnThresh{" ptTHnThresh" , 5.0 , " Threshold for THn make" };
95-
9696 struct HfElectronCandidate {
9797 float pt, eta, phi, energy;
9898 int charge;
0 commit comments