Skip to content

Commit 18b9768

Browse files
committed
added THnSparse for isolate electron study
1 parent a56768d commit 18b9768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)