Skip to content

Commit da73263

Browse files
authored
[PWGEM,PWGEM-9] Fix hCaloClusterFilter filling and clean up of emcalPi0Qc.cxx (#13279)
1 parent 429d545 commit da73263

File tree

3 files changed

+138
-147
lines changed

3 files changed

+138
-147
lines changed

PWGEM/PhotonMeson/TableProducer/skimmerGammaCalo.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ struct SkimmerGammaCalo {
191191
historeg.fill(HIST("EOut"), emccluster.energy());
192192
historeg.fill(HIST("M02Out"), emccluster.m02());
193193
historeg.fill(HIST("TimeOut"), emccluster.time());
194-
historeg.fill(HIST("hCaloClusterFilter"), 6);
195194

196195
tableGammaEMCReco(emccluster.collisionId(), emccluster.definition(), emccluster.energy(), emccluster.eta(), emccluster.phi(), emccluster.m02(),
197196
emccluster.nCells(), emccluster.time(), emccluster.isExotic(), vPhi, vEta, vP, vPt);

PWGEM/PhotonMeson/Tasks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ o2physics_add_dpl_workflow(gammaconversionstruthonlymc
2121
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore
2222
COMPONENT_NAME Analysis)
2323

24-
o2physics_add_dpl_workflow(emc-pi0-qc
25-
SOURCES emcalPi0QC.cxx
24+
o2physics_add_dpl_workflow(emcal-pi0-qc
25+
SOURCES emcalPi0Qc.cxx
2626
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::AnalysisCore
2727
COMPONENT_NAME Analysis)
2828

0 commit comments

Comments
 (0)