diff --git a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx index 6f8e60f981c..d30dcc4ce04 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx @@ -1202,7 +1202,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam } template - void bookParticleHistograms(T1 const& lPcBins/* , ParticleHistograms& pc */) + void bookParticleHistograms(T1 const& lPcBins /* , ParticleHistograms& pc */) { const auto& lPtBins = lPcBins[histType]; // define local array and initialize it from an array set in the configurables int nBinsPt = static_cast(lPtBins[0]); @@ -1231,7 +1231,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam } template - void bookEventHistograms(T1 const& lEvBins/* , EventHistograms& ev */) + void bookEventHistograms(T1 const& lEvBins /* , EventHistograms& ev */) { const auto& lCentBins = lEvBins[histType]; // define local array and initialize it from an array set in the configurables int nBinsCent = static_cast(lCentBins[0]); @@ -1273,7 +1273,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam } template - void bookQAHistograms(T1 const& lQABins/* , QAHistograms& qa */) + void bookQAHistograms(T1 const& lQABins /* , QAHistograms& qa */) { int nBinsCentX = 0; float minCentX = 0.; @@ -1327,7 +1327,7 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam } template - void bookCorrHistograms(T1 const& lCrBins/* , CorrHistograms& cr */) + void bookCorrHistograms(T1 const& lCrBins /* , CorrHistograms& cr */) { const auto& lCentBins = lCrBins[histType]; // define local array and initialize it from an array set in the configurables @@ -1478,18 +1478,18 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam std::vector> lQABins = {tc.fCentBins, tc.fMultBins, tc.fNumContribBins}; std::vector> lCrBins = {tc.fCentBins, tc.fMultBins}; - bookParticleHistograms(lPcBins/* , pc */); - bookParticleHistograms(lPcBins/* , pc */); - bookEventHistograms(lEvBins/* , ev */); - bookEventHistograms(lEvBins/* , ev */); - bookEventHistograms(lEvBins/* , ev */); - bookEventHistograms(lEvBins/* , ev */); - bookEventHistograms(lEvBins/* , ev */); - bookEventHistograms(lEvBins/* , ev */); - bookQAHistograms(lQABins/* , qa */); - bookQAHistograms(lQABins/* , qa */); - bookCorrHistograms(lCrBins/* , cr */); // if switch on ... - bookCorrHistograms(lCrBins/* , cr */); + bookParticleHistograms(lPcBins /* , pc */); + bookParticleHistograms(lPcBins /* , pc */); + bookEventHistograms(lEvBins /* , ev */); + bookEventHistograms(lEvBins /* , ev */); + bookEventHistograms(lEvBins /* , ev */); + bookEventHistograms(lEvBins /* , ev */); + bookEventHistograms(lEvBins /* , ev */); + bookEventHistograms(lEvBins /* , ev */); + bookQAHistograms(lQABins /* , qa */); + bookQAHistograms(lQABins /* , qa */); + bookCorrHistograms(lCrBins /* , cr */); // if switch on ... + bookCorrHistograms(lCrBins /* , cr */); wt.fDummyPhiWeightHistogram = new TH1F("fDummyPhiWeightHistogram", "Dummy phi weight histogram", static_cast(tc.fPhiBins[0]), tc.fPhiBins[1], tc.fPhiBins[2]); for (int i = 1; i <= wt.fDummyPhiWeightHistogram->GetNbinsX(); i++) {