Skip to content

Commit c2325ac

Browse files
author
Yuanjun Mei
committed
fixing preamble
1 parent 9516ad6 commit c2325ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCorrelationsMei.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include <CCDB/BasicCCDBManager.h>
2222
#include <Framework/AnalysisDataModel.h>
23+
#include <Framework/AnalysisTask.h>
24+
#include <Framework/DataTypes.h>
2325
#include <Framework/runDataProcessing.h>
2426

2527
#include <TGrid.h>
@@ -32,6 +34,7 @@
3234
using namespace o2;
3335
using namespace o2::framework;
3436
using namespace o2::constants;
37+
using namespace std;
3538

3639
// Definitions of join tables for Run 3 analysis:
3740
using EventSelection = soa::Join<aod::EvSels, aod::Mults, aod::CentFT0Cs, aod::CentFT0Ms, aod::CentFV0As, aod::CentNTPVs>;
@@ -325,7 +328,7 @@ struct MultiparticleCorrelationsMei // this name is used in lower-case format to
325328
listWithRuns = reinterpret_cast<TList*>(getObjectFromList(baseList, runNumberWithLeadingZeroes.Data()));
326329
if (!listWithRuns) {
327330
// baseList->ls();
328-
LOGF(fatal, "\033[1;31m%s at line %d : this crash can happen if in the output file there is no list with weights for the current run number = %s\033[0m", __FUNCTION__, __LINE__, tc.fRunNumber.Data());
331+
// LOGF(fatal, "\033[1;31m%s at line %d : this crash can happen if in the output file there is no list with weights for the current run number = %s\033[0m", __FUNCTION__, __LINE__, tc.fRunNumber.Data());
329332
}
330333
}
331334
}

0 commit comments

Comments
 (0)