We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a4fb7 commit 6331d62Copy full SHA for 6331d62
1 file changed
PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx
@@ -10,7 +10,7 @@
10
// or submit itself to any jurisdiction.
11
12
/// \file multiparticleCumulants.cxx
13
-/// \brief ...
+/// \brief Task for producing multiparticle cumulants
14
/// \author Pei-Ying Kuan, TU München, pei-ying.kuan@cern.ch
15
16
#include <Common/DataModel/Centrality.h>
@@ -644,7 +644,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
644
qa.fQAHistogramsList->Add(qa.fQAHistograms[eQACent][0]);
645
646
wt.fWeightHistograms = getHistogramsWithWeights(tc.fFileWithWeights.c_str(), tc.fRunNumber.c_str());
647
- for (THIF* const& hist : wt.fWeightHistograms) {
+ for (auto* hist : wt.fWeightHistograms) {
648
wt.fWeightHistogramsList->Add(hist);
649
}
650
0 commit comments