Skip to content

Commit 29cd8b3

Browse files
committed
revert unwanted changes
1 parent 6c31f04 commit 29cd8b3

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

Common/Core/RecoDecay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,4 +1451,4 @@ struct RecoDecayPtEtaPhiBase {
14511451

14521452
using RecoDecayPtEtaPhi = RecoDecayPtEtaPhiBase<>; // alias for instance with default parameters
14531453

1454-
#endif // COMMON_CORE_RECODECAY_H_
1454+
#endif // COMMON_CORE_RECODECAY_H_

Common/TableProducer/centralityTable.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ struct CentralityTable {
240240
mRunNumber = 0;
241241
listCalib.setObject(new TList);
242242
if (!produceHistograms.value) {
243-
LOG(info) << "Debug histograms are disabled. No histograms will be produced.";
244243
return;
245244
}
246245

@@ -260,7 +259,6 @@ struct CentralityTable {
260259
histos.addClone("FT0C/", "sel8FT0C/");
261260
histos.addClone("FT0A/", "sel8FT0A/");
262261

263-
LOG(info) << "Debug histograms are enabled. Histograms will be produced.";
264262
histos.print();
265263
}
266264

@@ -571,7 +569,6 @@ struct CentralityTable {
571569
mftInfo.mCalibrationStored = false;
572570
if (callst != nullptr) {
573571
if (produceHistograms) {
574-
LOG(info) << "Adding calibration list to the list of calibration lists";
575572
listCalib->Add(callst->Clone(Form("%i", bc.runNumber())));
576573
}
577574
LOGF(info, "Getting new histograms with %d run number for %d run number", mRunNumber, bc.runNumber());
@@ -784,4 +781,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
784781
{
785782
metadataInfo.initMetadata(cfgc);
786783
return WorkflowSpec{adaptAnalysisTask<CentralityTable>(cfgc)};
787-
}
784+
}

PWGJE/Tasks/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ if(FastJet_FOUND)
6868
SOURCES jetSubstructureD0.cxx
6969
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
7070
COMPONENT_NAME Analysis)
71-
# o2physics_add_dpl_workflow(jet-substructure-dplus
72-
# SOURCES jetSubstructureDplus.cxx
73-
# PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
74-
# COMPONENT_NAME Analysis)
71+
o2physics_add_dpl_workflow(jet-substructure-dplus
72+
SOURCES jetSubstructureDplus.cxx
73+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
74+
COMPONENT_NAME Analysis)
7575
o2physics_add_dpl_workflow(jet-substructure-lc
7676
SOURCES jetSubstructureLc.cxx
7777
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
@@ -269,4 +269,4 @@ if(FastJet_FOUND)
269269
SOURCES jetShape.cxx
270270
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
271271
COMPONENT_NAME Analysis)
272-
endif()
272+
endif()

PWGLF/Tasks/Resonances/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ o2physics_add_dpl_workflow(highmasslambdasvx
174174
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
175175
COMPONENT_NAME Analysis)
176176

177-
# o2physics_add_dpl_workflow(chk892flow
178-
# SOURCES chk892Flow.cxx
179-
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
180-
# COMPONENT_NAME Analysis)
177+
o2physics_add_dpl_workflow(chk892flow
178+
SOURCES chk892Flow.cxx
179+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
180+
COMPONENT_NAME Analysis)
181181

182182
o2physics_add_dpl_workflow(chk892pp
183183
SOURCES chk892pp.cxx
@@ -212,4 +212,4 @@ o2physics_add_dpl_workflow(heptaquark
212212
o2physics_add_dpl_workflow(double-resonance-scan
213213
SOURCES doubleResonanceScan.cxx
214214
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
215-
COMPONENT_NAME Analysis)
215+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)