Skip to content

Commit 6331d62

Browse files
author
Pei-Ying Kuan
committed
fix casting and documentation
1 parent c1a4fb7 commit 6331d62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
/// \file multiparticleCumulants.cxx
13-
/// \brief ...
13+
/// \brief Task for producing multiparticle cumulants
1414
/// \author Pei-Ying Kuan, TU München, pei-ying.kuan@cern.ch
1515

1616
#include <Common/DataModel/Centrality.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 (THIF* const& hist : wt.fWeightHistograms) {
647+
for (auto* hist : wt.fWeightHistograms) {
648648
wt.fWeightHistogramsList->Add(hist);
649649
}
650650

0 commit comments

Comments
 (0)