Skip to content

Commit ff2f196

Browse files
committed
fixed O2 linter error
1 parent 60c9177 commit ff2f196

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,17 @@ struct HfTaskElectronWeakBoson {
105105
Configurable<bool> cfgSkimmedProcessing{"cfgSkimmedProcessing", true, "Enables processing of skimmed datasets"};
106106
Configurable<std::string> cfgTriggerName{"cfgTriggerName", "fGammaHighPtEMCAL", "Trigger of interest (comma separated for multiple)"};
107107

108-
// CCDB service object
108+
// CCDB service configurations
109109
Configurable<std::string> cfgCCDBPath{"cfgCCDBPath", "Users/m/mpuccio/EventFiltering/OTS/", "Path to CCDB for trigger data"};
110110
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
111-
Service<o2::ccdb::BasicCCDBManager> ccdb;
112111

113112
// KFParticle
114113
Configurable<int> kfConstructMethod{"kfConstructMethod", 2, "KF Construct Method"};
115114
Configurable<int> kfChisqMassMax{"kfChisqMassMax", 10, "Chi2 Max for mass reco by KF particle"};
116115

116+
// CCDB service object
117+
Service<o2::ccdb::BasicCCDBManager> ccdb;
118+
117119
struct HfElectronCandidate {
118120
float pt, eta, phi, energy;
119121
int charge;

0 commit comments

Comments
 (0)