@@ -33,11 +33,11 @@ namespace o2::aod
3333{
3434namespace ptQn
3535{
36- DECLARE_SOA_COLUMN (Q1 , q1, float ); // ! sum of pT of tracks in an event
37- DECLARE_SOA_COLUMN (Q2 , q2, float ); // ! sum of (pT)^2 of tracks in an event
38- DECLARE_SOA_COLUMN (Q3 , q3, float ); // ! sum of (pT)^3 of tracks in an event
39- DECLARE_SOA_COLUMN (Q4 , q4, float ); // ! sum of (pT)^4 of tracks in an event
40- DECLARE_SOA_COLUMN (N_ch, n_ch, float ); // ! no of charged particles in an event
36+ DECLARE_SOA_COLUMN (Q1 , q1, float ); // ! sum of pT of tracks in an event
37+ DECLARE_SOA_COLUMN (Q2 , q2, float ); // ! sum of (pT)^2 of tracks in an event
38+ DECLARE_SOA_COLUMN (Q3 , q3, float ); // ! sum of (pT)^3 of tracks in an event
39+ DECLARE_SOA_COLUMN (Q4 , q4, float ); // ! sum of (pT)^4 of tracks in an event
40+ DECLARE_SOA_COLUMN (N_ch, n_ch, float ); // ! no of charged particles in an event
4141DECLARE_SOA_COLUMN (Centrality, centrality, float ); // ! Centrality of event
4242} // namespace ptQn
4343DECLARE_SOA_TABLE (MultPtQn, " AOD" , " PTQN" , ptQn::Q1 , ptQn::Q2 , ptQn::Q3 , ptQn::Q4 , ptQn::N_ch, ptQn::Centrality);
@@ -138,7 +138,7 @@ struct MeanptFluctuations_QA_QnTable {
138138 }
139139};
140140
141- struct MeanptFluctuations_analysis {
141+ struct MeanptFluctuations_analysis {
142142
143143 Configurable<int > cfgNSubsample{" cfgNSubsample" , 10 , " Number of subsamples" };
144144
0 commit comments