diff --git a/PWGDQ/DataModel/ReducedInfoTables.h b/PWGDQ/DataModel/ReducedInfoTables.h index 96155a35255..be60adab101 100644 --- a/PWGDQ/DataModel/ReducedInfoTables.h +++ b/PWGDQ/DataModel/ReducedInfoTables.h @@ -153,10 +153,10 @@ DECLARE_SOA_COLUMN(M11REF, m11ref, float); //! Weighted multipl DECLARE_SOA_COLUMN(M1111REF, m1111ref, float); //! Weighted multiplicity of <<4>> for reference flow DECLARE_SOA_COLUMN(M11REFetagap, m11refetagap, float); //! Weighted multiplicity of <<2>> etagap for reference flow -DECLARE_SOA_COLUMN(Psi2Random, psi2random, float); //! Event plane angle from random subevent -DECLARE_SOA_COLUMN(Psi2A, psi2a, float); //! Event plane angle from Q-vector A -DECLARE_SOA_COLUMN(Psi2B, psi2b, float); //! Event plane angle from Q-vector B -DECLARE_SOA_COLUMN(Psi2C, psi2c, float); //! Event plane angle from Q-vector C +DECLARE_SOA_COLUMN(Psi2Random, psi2random, float); //! Event plane angle from random subevent +DECLARE_SOA_COLUMN(Psi2A, psi2a, float); //! Event plane angle from Q-vector A +DECLARE_SOA_COLUMN(Psi2B, psi2b, float); //! Event plane angle from Q-vector B +DECLARE_SOA_COLUMN(Psi2C, psi2c, float); //! Event plane angle from Q-vector C } // namespace reducedevent DECLARE_SOA_TABLE_STAGED(ReducedEvents, "REDUCEDEVENT", //! Main event information table diff --git a/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx b/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx index 58fc25f40d0..4ea4e79e70e 100644 --- a/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx +++ b/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx @@ -2025,7 +2025,7 @@ struct AnalysisSameEventPairing { } reserveSize += nGood * (nGood - 1) / 2; } - } + } dielectronList.reserve(reserveSize); dimuonList.reserve(reserveSize); diff --git a/PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx b/PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx index 32bdd05e5fb..5a437d6f091 100644 --- a/PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx +++ b/PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx @@ -1690,7 +1690,7 @@ struct AnalysisSameEventPairing { } reserveSize += nGood * (nGood - 1) / 2; } - } + } dielectronList.reserve(reserveSize); dielectronsExtraList.reserve(reserveSize); diff --git a/PWGDQ/Tasks/tableReader_withAssoc.cxx b/PWGDQ/Tasks/tableReader_withAssoc.cxx index a7044e94135..0c099b65eaa 100644 --- a/PWGDQ/Tasks/tableReader_withAssoc.cxx +++ b/PWGDQ/Tasks/tableReader_withAssoc.cxx @@ -1849,7 +1849,7 @@ struct AnalysisSameEventPairing { reserveSize += nGood * (nGood - 1) / 2; } } - + dielectronList.reserve(reserveSize); dimuonList.reserve(reserveSize); dielectronsExtraList.reserve(reserveSize); @@ -1865,7 +1865,7 @@ struct AnalysisSameEventPairing { dileptonPolarList.reserve(reserveSize); dileptonEventInfoList.reserve(reserveSize); } - + fAmbiguousPairs.clear(); constexpr bool eventHasQvector = ((TEventFillMap & VarManager::ObjTypes::ReducedEventQvector) > 0); constexpr bool eventHasQvectorCentr = ((TEventFillMap & VarManager::ObjTypes::CollisionQvect) > 0); @@ -2787,8 +2787,8 @@ struct AnalysisSameEventPairing { } void processBarrelOnlyWithQvectorCentrSkimmed(MyEventsQvectorCentrSelected const& events, - soa::Join const& barrelAssocs, - MyBarrelTracksWithCovWithAmbiguities const& barrelTracks) + soa::Join const& barrelAssocs, + MyBarrelTracksWithCovWithAmbiguities const& barrelTracks) { runSameEventPairing(events, trackAssocsPerCollision, barrelAssocs, barrelTracks); } diff --git a/PWGDQ/Tasks/tableReader_withAssoc_direct.cxx b/PWGDQ/Tasks/tableReader_withAssoc_direct.cxx index 50165476850..13e6b82c889 100644 --- a/PWGDQ/Tasks/tableReader_withAssoc_direct.cxx +++ b/PWGDQ/Tasks/tableReader_withAssoc_direct.cxx @@ -1652,7 +1652,7 @@ struct AnalysisSameEventPairing { } reserveSize += nGood * (nGood - 1) / 2; } - } + } dielectronList.reserve(reserveSize); dielectronsExtraList.reserve(reserveSize);