Skip to content

Commit 0dc7708

Browse files
[PWGJE] Trigger+ Multiplicity+ LeadingConstituentCuts+ Modified MCCollision Matching + QA Split vertices + Zorro (#12385)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 47ae74e commit 0dc7708

File tree

3 files changed

+1107
-206
lines changed

3 files changed

+1107
-206
lines changed

PWGJE/TableProducer/emcalClusterHadronicCorrectionTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct EmcalClusterHadronicCorrectionTask {
8787
registry.add("h_Ecluster2", "; Ecluster2 (GeV); entries", {HistType::kTH1F, {{350, 0., 350.}}});
8888
registry.add("h_EclusterAll1", "; EclusterAll1 (GeV); entries", {HistType::kTH1F, {{350, 0., 350.}}});
8989
registry.add("h_EclusterAll2", "; EclusterAll2 (GeV); entries", {HistType::kTH1F, {{350, 0., 350.}}});
90-
registry.add("h_ClsTime", "Cluster time distribution of uncorrected cluster E; #it{t}_{cls} (ns); entries", {HistType::kTH1F, {{500, -250., 250.}}});
90+
registry.add("h_ClsTime", "Cluster time distribution of uncorrected cluster E; #it{t}_{cls} (ns); entries", {HistType::kTH1F, {{1500, -600., 900.}}});
9191
registry.add("h_ClsM02", "Cluster M02 distribution of uncorrected cluster E; #it{M}_{02}; entries", {HistType::kTH1F, {{400, 0., 5.}}});
9292
registry.add("h2_ClsEvsNmatches", "Original cluster energy vs Nmatches; Cls E w/o correction (GeV); Nmatches", {HistType::kTH2F, {{350, 0., 350.}, {100, -0.5, 21.}}});
9393
registry.add("h2_ClsEvsEcluster1", "; Cls E w/o correction (GeV); Ecluster1 (GeV)", {HistType::kTH2F, {{350, 0., 350.}, {350, 0., 350.}}});

PWGJE/Tasks/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ if(FastJet_FOUND)
276276
o2physics_add_dpl_workflow(full-jet-spectra
277277
SOURCES fullJetSpectra.cxx
278278
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
279+
O2Physics::AnalysisCCDB O2Physics::EventFilteringUtils
279280
COMPONENT_NAME Analysis)
280281
o2physics_add_dpl_workflow(bjet-tagging-ml
281282
SOURCES bjetTaggingML.cxx

0 commit comments

Comments
 (0)