@@ -97,7 +97,7 @@ DECLARE_SOA_COLUMN(TPCCrossedRows, tpcCrossedRows, uint8_t); //! N TPC cluste
9797
9898// ______________________________________________________
9999// Daughter track MC information
100- DECLARE_SOA_COLUMN (ParticleMCId, particleMCId, int ); // ! particle MC Id
100+ DECLARE_SOA_COLUMN (ParticleMCId, particleMCId, int ); // ! particle MC Id
101101
102102// ______________________________________________________
103103// for extras: replicated here to ensure ease of manipulating the ITS information
@@ -144,17 +144,17 @@ DECLARE_SOA_TABLE(DauTrackExtras_000, "AOD", "DAUTRACKEXTRA", //! detector prope
144144 dautrack::HasTOF<dautrack::DetectorMap>);
145145
146146DECLARE_SOA_TABLE_VERSIONED (DauTrackExtras_001, " AOD" , " DAUTRACKEXTRA" , 1 , // ! detector properties of decay daughters
147- dautrack::ITSChi2PerNcl,
148- dautrack::DetectorMap, dautrack::ITSClusterSizes,
149- dautrack::TPCClusters, dautrack::TPCCrossedRows,
150-
151- // Dynamic columns for manipulating information
152- dautrack::ITSClusterMap<dautrack::ITSClusterSizes>,
153- dautrack::ITSNCls<dautrack::ITSClusterSizes>,
154- dautrack::HasITS<dautrack::DetectorMap>,
155- dautrack::HasTPC<dautrack::DetectorMap>,
156- dautrack::HasTRD<dautrack::DetectorMap>,
157- dautrack::HasTOF<dautrack::DetectorMap>);
147+ dautrack::ITSChi2PerNcl,
148+ dautrack::DetectorMap, dautrack::ITSClusterSizes,
149+ dautrack::TPCClusters, dautrack::TPCCrossedRows,
150+
151+ // Dynamic columns for manipulating information
152+ dautrack::ITSClusterMap<dautrack::ITSClusterSizes>,
153+ dautrack::ITSNCls<dautrack::ITSClusterSizes>,
154+ dautrack::HasITS<dautrack::DetectorMap>,
155+ dautrack::HasTPC<dautrack::DetectorMap>,
156+ dautrack::HasTRD<dautrack::DetectorMap>,
157+ dautrack::HasTOF<dautrack::DetectorMap>);
158158
159159DECLARE_SOA_TABLE (DauTrackMCIds, " AOD" , " DAUTRACKMCID" , // index table when using AO2Ds
160160 dautrack::ParticleMCId);
@@ -582,7 +582,7 @@ DECLARE_SOA_TABLE(V0MCCores_000, "AOD", "V0MCCORE", //! MC properties of the V0
582582 v0data::PxNegMC, v0data::PyNegMC, v0data::PzNegMC);
583583
584584DECLARE_SOA_TABLE_VERSIONED (V0MCCores_001, " AOD" , " V0MCCORE" , 1 , // ! debug information
585- v0data::ParticleIdMC, // ! MC properties of the V0 for posterior analysis
585+ v0data::ParticleIdMC, // ! MC properties of the V0 for posterior analysis
586586 v0data::PDGCode, v0data::PDGCodeMother,
587587 v0data::PDGCodePositive, v0data::PDGCodeNegative,
588588 v0data::IsPhysicalPrimary, v0data::XMC , v0data::YMC , v0data::ZMC ,
0 commit comments