Skip to content

Commit c3ee115

Browse files
committed
Please consider the following formatting changes
1 parent 080aa97 commit c3ee115

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ static constexpr int NumFourPCorrBins = (NumHarmonics * (NumHarmonics + 1)) / 2;
189189
static constexpr int NumSixPCorrBins = (NumHarmonics * (NumHarmonics - 1) * (NumHarmonics - 2)) / 6; // <v2^2 v3^2 v4^2>, without <vn^2 vn^2 vm^2>, in this case 1
190190
static constexpr std::array<std::array<int, 2>, NumFourPCorrBins> FourPHarmonicIndex{{{2, 2}, {2, 3}, {2, 4}, {3, 3}, {3, 4}, {4, 4}}};
191191

192-
193192
// *) Main task:
194193
struct MultiparticleCumulants { // this name is used in lower-case format to name the TDirectoryFile in AnalysisResults.root
195194

0 commit comments

Comments
 (0)