Skip to content

Commit 78f09a5

Browse files
committed
modified O2 linte error
1 parent bc0f1da commit 78f09a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ struct HfTaskElectronWeakBoson {
8686

8787
// Zorro objects for skimmed data processing
8888
Zorro zorro;
89-
OutputObj<ZorroSummary> zorroSummary{"zorroSummary"};
9089

9190
// CCDB service object
9291
Configurable<std::string> cfgCCDBPath{"cfgCCDBPath", "Users/m/mpuccio/EventFiltering/OTS/", "Path to CCDB for trigger data"};
@@ -196,6 +195,10 @@ struct HfTaskElectronWeakBoson {
196195
// hisotgram for EMCal trigger
197196
registry.add("hEMCalTrigger", "EMCal trigger", kTH1F, {axisTrigger});
198197
}
198+
199+
// Zorro Summary
200+
OutputObj<ZorroSummary> zorroSummary{"zorroSummary"};
201+
199202
bool isIsolatedCluster(const o2::aod::EMCALCluster& cluster,
200203
const SelectedClusters& clusters)
201204
{

0 commit comments

Comments
 (0)