@@ -39,9 +39,9 @@ namespace o2::aod
3939namespace reducedeventalice3
4040{
4141DECLARE_SOA_COLUMN (MultDensity, multDensity, float );
42- DECLARE_SOA_COLUMN (MCPosX , mcPosX, float ); // ! MC event position X
43- DECLARE_SOA_COLUMN (MCPosY , mcPosY, float ); // ! MC event position Y
44- DECLARE_SOA_COLUMN (MCPosZ , mcPosZ, float ); // ! MC event position Z
42+ DECLARE_SOA_COLUMN (McPosX , mcPosX, float ); // ! MC event position X
43+ DECLARE_SOA_COLUMN (McPosY , mcPosY, float ); // ! MC event position Y
44+ DECLARE_SOA_COLUMN (McPosZ , mcPosZ, float ); // ! MC event position Z
4545} // namespace reducedeventalice3
4646
4747DECLARE_SOA_TABLE_STAGED (ReA3Events, " REA3EVENT" , // ! Main event information table
@@ -63,7 +63,7 @@ DECLARE_SOA_TABLE(ReducedA3EventsInfo, "AOD", "REA3EVENTINFO", //! Main event
6363
6464DECLARE_SOA_TABLE (ReA3MCEvents, " AOD" , " REA3MCEVENT" , // ! Event level MC truth information
6565 o2::soa::Index<>,
66- mccollision::GeneratorsID, reducedeventalice3::MCPosX , reducedeventalice3::MCPosY , reducedeventalice3::MCPosZ ,
66+ mccollision::GeneratorsID, reducedeventalice3::McPosX , reducedeventalice3::McPosY , reducedeventalice3::McPosZ ,
6767 mccollision::T, mccollision::Weight, mccollision::ImpactParameter,
6868 mcmult_alice3::MultMC, mcmult_alice3::MultMC25, mcmult_alice3::MultMC125, mcmult_alice3::MultMC09);
6969
@@ -73,7 +73,7 @@ using ReA3Event = ReA3Events::iterator;
7373namespace reducedtrackalice3
7474{
7575// basic track information
76- DECLARE_SOA_INDEX_COLUMN (ReA3Event, rea3event ); // !
76+ DECLARE_SOA_INDEX_COLUMN (ReA3Event, reA3Event ); // !
7777DECLARE_SOA_INDEX_COLUMN (Track, track); // !
7878// ---- flags reserved for storing various information during filtering
7979DECLARE_SOA_BITMAP_COLUMN (FilteringFlags, filteringFlags, 64 ); // !
@@ -124,7 +124,7 @@ DECLARE_SOA_TABLE(ReducedA3TracksBarrelCov, "AOD", "REA3BARRELCOV", //!
124124 track::CSnpSnp, track::CTglY, track::CTglZ, track::CTglSnp, track::CTglTgl,
125125 track::C1PtY, track::C1PtZ, track::C1PtSnp, track::C1PtTgl, track::C1Pt21Pt2);
126126
127- namespace reducedA3trackMC
127+ namespace reduceda3trackmc
128128{
129129DECLARE_SOA_INDEX_COLUMN (ReA3MCEvent, reA3MCEvent); // !
130130DECLARE_SOA_COLUMN (McReducedFlags, mcReducedFlags, uint16_t ); // ! Flags to hold compressed MC selection information
@@ -154,23 +154,23 @@ DECLARE_SOA_DYNAMIC_COLUMN(Y, y, //! Particle rapidity
154154 }
155155 return -999 .0f ;
156156 });
157- } // namespace reducedA3trackMC
157+ } // namespace reduceda3trackmc
158158
159159// NOTE: This table is nearly identical to the one from Framework (except that it points to the event ID, not the BC id)
160160// This table contains all MC truth tracks (both barrel and muon)
161161DECLARE_SOA_TABLE (ReA3MCTracks, " AOD" , " REA3MCTRACK" , // ! MC track information (on disk)
162- o2::soa::Index<>, reducedA3trackMC ::ReA3MCEventId,
162+ o2::soa::Index<>, reduceda3trackmc ::ReA3MCEventId,
163163 mcparticle::PdgCode, mcparticle::StatusCode, mcparticle::Flags,
164- reducedA3trackMC ::MothersIds, reducedA3trackMC ::DaughtersIdSlice,
164+ reduceda3trackmc ::MothersIds, reduceda3trackmc ::DaughtersIdSlice,
165165 mcparticle::Weight,
166- reducedA3trackMC ::Pt, reducedA3trackMC ::Eta, reducedA3trackMC ::Phi, reducedA3trackMC ::E,
166+ reduceda3trackmc ::Pt, reduceda3trackmc ::Eta, reduceda3trackmc ::Phi, reduceda3trackmc ::E,
167167 mcparticle::Vx, mcparticle::Vy, mcparticle::Vz, mcparticle::Vt,
168- reducedA3trackMC ::McReducedFlags,
169- reducedA3trackMC ::Px<reducedA3trackMC ::Pt, reducedA3trackMC ::Phi>,
170- reducedA3trackMC ::Py<reducedA3trackMC ::Pt, reducedA3trackMC ::Phi>,
171- reducedA3trackMC ::Pz<reducedA3trackMC ::Pt, reducedA3trackMC ::Eta>,
172- reducedA3trackMC ::P<reducedA3trackMC ::Pt, reducedA3trackMC ::Eta>,
173- reducedA3trackMC ::Y<reducedA3trackMC ::Pt, reducedA3trackMC ::Eta, reducedA3trackMC ::E>,
168+ reduceda3trackmc ::McReducedFlags,
169+ reduceda3trackmc ::Px<reduceda3trackmc ::Pt, reduceda3trackmc ::Phi>,
170+ reduceda3trackmc ::Py<reduceda3trackmc ::Pt, reduceda3trackmc ::Phi>,
171+ reduceda3trackmc ::Pz<reduceda3trackmc ::Pt, reduceda3trackmc ::Eta>,
172+ reduceda3trackmc ::P<reduceda3trackmc ::Pt, reduceda3trackmc ::Eta>,
173+ reduceda3trackmc ::Y<reduceda3trackmc ::Pt, reduceda3trackmc ::Eta, reduceda3trackmc ::E>,
174174 mcparticle::ProducedByGenerator<mcparticle::Flags>,
175175 mcparticle::FromBackgroundEvent<mcparticle::Flags>,
176176 mcparticle::GetGenStatusCode<mcparticle::Flags, mcparticle::StatusCode>,
@@ -189,7 +189,7 @@ DECLARE_SOA_COLUMN(McMask, mcMask, uint16_t);
189189// NOTE: MC labels. This table has one entry for each reconstructed track (joinable with the track tables)
190190// The McParticleId points to the position of the MC truth track from the ReducedTracksMC table
191191DECLARE_SOA_TABLE (ReducedA3TracksBarrelLabels, " AOD" , " REA3BARLA" , // !
192- reduceda3barreltracklabel::ReA3MCTrackId, reduceda3barreltracklabel::McMask, reducedA3trackMC ::McReducedFlags);
192+ reduceda3barreltracklabel::ReA3MCTrackId, reduceda3barreltracklabel::McMask, reduceda3trackmc ::McReducedFlags);
193193
194194using ReducedA3TrackBarrelLabel = ReducedA3TracksBarrelLabels::iterator;
195195
@@ -221,15 +221,15 @@ DECLARE_SOA_TABLE(ReducedA3MCEventLabels, "AOD", "REA3MCCOLLBL", //! Table joine
221221
222222using ReducedA3MCEventLabel = ReducedA3MCEventLabels::iterator;
223223
224- namespace reducedA3track_association
224+ namespace reduceda3trackassociation
225225{
226- DECLARE_SOA_INDEX_COLUMN (ReA3Event, reA3event ); // ! ReducedEvent index
227- DECLARE_SOA_INDEX_COLUMN (ReA3Track, reA3track ); // ! ReducedTrack index
228- } // namespace reducedA3track_association
226+ DECLARE_SOA_INDEX_COLUMN (ReA3Event, reA3Event ); // ! ReducedEvent index
227+ DECLARE_SOA_INDEX_COLUMN (ReA3Track, reA3Track ); // ! ReducedTrack index
228+ } // namespace reduceda3trackassociation
229229
230230DECLARE_SOA_TABLE (ReducedA3TracksAssoc, " AOD" , " REA3ASSOC" , // ! Table for reducedtrack-to-reducedcollision association
231- reducedA3track_association ::ReA3EventId,
232- reducedA3track_association ::ReA3TrackId);
231+ reduceda3trackassociation ::ReA3EventId,
232+ reduceda3trackassociation ::ReA3TrackId);
233233
234234DECLARE_SOA_TABLE (ReducedA3PIDTOF, " AOD" , " REA3PIDTOF" ,
235235 upgrade_tof::TOFEventTime,
0 commit comments