Skip to content

Commit 822f690

Browse files
author
Pei-Ying Kuan
committed
fix header bracket and author info
1 parent 2500850 commit 822f690

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
/// \file multiparticleCumulants.cxx
1313
/// \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
1515

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
2020

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>
2525
#include <CCDB/BasicCCDBManager.h>
2626

2727
#include <TGrid.h>
@@ -644,7 +644,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
644644
qa.fQAHistogramsList->Add(qa.fQAHistograms[eQACent][0]);
645645

646646
wt.fWeightHistograms = getHistogramsWithWeights(tc.fFileWithWeights.c_str(), tc.fRunNumber.c_str());
647-
for (auto* hist : wt.fWeightHistograms) {
647+
for (THIF* const& hist : wt.fWeightHistograms) {
648648
wt.fWeightHistogramsList->Add(hist);
649649
}
650650

0 commit comments

Comments
 (0)