@@ -435,7 +435,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(LambdaMCPhi, lambdaMCPhi, //! Phi in the range [0, 2p
435435
436436} // namespace sigma0MCCore
437437
438- DECLARE_SOA_TABLE (Sigma0MCCores, " AOD" , " SIGMA0MCCORES" ,
438+ DECLARE_SOA_TABLE (Sigma0MCCores, " AOD" , " SIGMA0MCCORES" ,
439439
440440 // Basic properties
441441 sigma0MCCore::MCradius, sigma0MCCore::PDGCode, sigma0MCCore::PDGCodeMother, sigma0MCCore::MCprocess, sigma0MCCore::IsProducedByGenerator,
@@ -475,8 +475,8 @@ DECLARE_SOA_TABLE(Sigma0MCCores, "AOD", "SIGMA0MCCORES",
475475
476476namespace sigma0MCCore
477477{
478- DECLARE_SOA_INDEX_COLUMN (McParticle, mcParticle); // ! MC particle for Sigma0
479- }
478+ DECLARE_SOA_INDEX_COLUMN (McParticle, mcParticle); // ! MC particle for Sigma0
479+ }
480480namespace sigma0Gen
481481{
482482DECLARE_SOA_COLUMN (IsSigma0, isSigma0, bool ); // true: sigma0, false: antisigma0
@@ -497,7 +497,7 @@ DECLARE_SOA_TABLE(SigmaIndices, "AOD", "SIGMAINDEX", //! index table when using
497497 o2::soa::Index<>, sigma0Core::PhotonV0Id, sigma0Core::LambdaV0Id, o2::soa::Marker<1 >);
498498
499499DECLARE_SOA_TABLE (SigmaMCLabels, " AOD" , " SIGMAMCLABEL" , // ! optional table to refer to mcparticles
500- o2::soa::Index<>, sigma0MCCore::McParticleId);
500+ o2::soa::Index<>, sigma0MCCore::McParticleId);
501501
502502DECLARE_SOA_TABLE (SigmaGenCollRef, " AOD" , " SIGMAGENCOLLREF" , // ! optional table to refer back to a collision
503503 o2::soa::Index<>, v0data::StraMCCollisionId);
@@ -872,4 +872,3 @@ DECLARE_SOA_TABLE(Pi0GenCollRef, "AOD", "PI0GENCOLLREF", //! optional table to r
872872} // namespace o2::aod
873873
874874#endif // PWGLF_DATAMODEL_LFSIGMATABLES_H_
875-
0 commit comments