Skip to content

Commit 78ea4b1

Browse files
committed
revert unwanted changes
1 parent 8e21b5e commit 78ea4b1

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
@@ -1437,4 +1437,4 @@ struct RecoDecayPtEtaPhiBase {
14371437

14381438
using RecoDecayPtEtaPhi = RecoDecayPtEtaPhiBase<>; // alias for instance with default parameters
14391439

1440-
#endif // COMMON_CORE_RECODECAY_H_
1440+
#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
@@ -169,10 +169,10 @@ o2physics_add_dpl_workflow(highmasslambdasvx
169169
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
170170
COMPONENT_NAME Analysis)
171171

172-
# o2physics_add_dpl_workflow(chk892flow
173-
# SOURCES chk892Flow.cxx
174-
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
175-
# COMPONENT_NAME Analysis)
172+
o2physics_add_dpl_workflow(chk892flow
173+
SOURCES chk892Flow.cxx
174+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
175+
COMPONENT_NAME Analysis)
176176

177177
o2physics_add_dpl_workflow(chk892pp
178178
SOURCES chk892pp.cxx
@@ -207,4 +207,4 @@ o2physics_add_dpl_workflow(heptaquark
207207
o2physics_add_dpl_workflow(double-resonance-scan
208208
SOURCES doubleResonanceScan.cxx
209209
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
210-
COMPONENT_NAME Analysis)
210+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)