|
11 | 11 |
|
12 | 12 | /// \file multiparticleCumulants.cxx |
13 | 13 | /// \brief ... |
14 | | -/// \author Pei-Ying Kuan, TU München, go52dab@mytum.de |
| 14 | +/// \author Pei-Ying Kuan, TU München, pei-ying.kuan@cern.ch |
15 | 15 |
|
16 | | -#include "Common/DataModel/Centrality.h" |
17 | | -#include "Common/DataModel/EventSelection.h" |
18 | | -#include "Common/DataModel/Multiplicity.h" |
19 | | -#include "Common/DataModel/TrackSelectionTables.h" // needed for aod::TracksDCA table |
| 16 | +#include <Common/DataModel/Centrality.h> |
| 17 | +#include <Common/DataModel/EventSelection.h> |
| 18 | +#include <Common/DataModel/Multiplicity.h> |
| 19 | +#include <Common/DataModel/TrackSelectionTables.h> // needed for aod::TracksDCA table |
20 | 20 |
|
21 | | -#include "Framework/AnalysisDataModel.h" |
22 | | -#include "Framework/AnalysisTask.h" |
23 | | -#include "Framework/DataTypes.h" |
24 | | -#include "Framework/runDataProcessing.h" |
| 21 | +#include <Framework/AnalysisDataModel.h> |
| 22 | +#include <Framework/AnalysisTask.h> |
| 23 | +#include <Framework/DataTypes.h> |
| 24 | +#include <Framework/runDataProcessing.h> |
25 | 25 | #include <CCDB/BasicCCDBManager.h> |
26 | 26 |
|
27 | 27 | #include <TGrid.h> |
@@ -644,7 +644,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam |
644 | 644 | qa.fQAHistogramsList->Add(qa.fQAHistograms[eQACent][0]); |
645 | 645 |
|
646 | 646 | wt.fWeightHistograms = getHistogramsWithWeights(tc.fFileWithWeights.c_str(), tc.fRunNumber.c_str()); |
647 | | - for (auto* hist : wt.fWeightHistograms) { |
| 647 | + for (THIF* const& hist : wt.fWeightHistograms) { |
648 | 648 | wt.fWeightHistogramsList->Add(hist); |
649 | 649 | } |
650 | 650 |
|
|
0 commit comments