@@ -500,7 +500,6 @@ DECLARE_SOA_TABLE(Sigma0PhotonExtras, "AOD", "SIGMA0PHOTON",
500500 sigma0PhotonExtra::PhotonNegTrackCode,
501501 sigma0PhotonExtra::PhotonV0Type);
502502
503-
504503// For EMCal Photon extra info
505504namespace sigma0EMPhoton
506505{
@@ -520,7 +519,7 @@ DECLARE_SOA_COLUMN(PhotonNLM, photonNLM, int);
520519DECLARE_SOA_COLUMN (PhotonDefinition, photonDefinition, int );
521520DECLARE_SOA_COLUMN (PhotonHasAssocTrk, photonHasAssocTrk, bool );
522521
523- } // namespace sigma0PhotonExtra
522+ } // namespace sigma0EMPhoton
524523
525524DECLARE_SOA_TABLE (Sigma0EMPhotons, " AOD" , " SIGMA0EMPHOTON" ,
526525 sigma0EMPhoton::PhotonID,
@@ -537,7 +536,6 @@ DECLARE_SOA_TABLE(Sigma0EMPhotons, "AOD", "SIGMA0EMPHOTON",
537536 sigma0EMPhoton::PhotonDefinition,
538537 sigma0EMPhoton::PhotonHasAssocTrk);
539538
540-
541539// For Lambda extra info
542540namespace sigma0LambdaExtra
543541{
@@ -603,7 +601,7 @@ DECLARE_SOA_TABLE(Sigma0LambdaExtras, "AOD", "SIGMA0LAMBDA",
603601// for MC
604602namespace sigma0MCCore
605603{
606- DECLARE_SOA_COLUMN (ParticleIdMC, particleIdMC, int ); // ! V0 Particle ID
604+ DECLARE_SOA_COLUMN (ParticleIdMC, particleIdMC, int ); // ! V0 Particle ID
607605DECLARE_SOA_COLUMN (MCradius, mcradius, float );
608606DECLARE_SOA_COLUMN (PDGCode, pdgCode, int );
609607DECLARE_SOA_COLUMN (PDGCodeMother, pdgCodeMother, int );
@@ -613,7 +611,7 @@ DECLARE_SOA_COLUMN(IsProducedByGenerator, isProducedByGenerator, bool);
613611DECLARE_SOA_COLUMN (PhotonMCPx, photonmcpx, float );
614612DECLARE_SOA_COLUMN (PhotonMCPy, photonmcpy, float );
615613DECLARE_SOA_COLUMN (PhotonMCPz, photonmcpz, float );
616- DECLARE_SOA_COLUMN (PhotonAmplitudeA, photonAmplitudeA, float ); // Energy fraction deposited by a particle inside this calo cell.
614+ DECLARE_SOA_COLUMN (PhotonAmplitudeA, photonAmplitudeA, float ); // Energy fraction deposited by a particle inside this calo cell.
617615DECLARE_SOA_COLUMN (PhotonPDGCodePos, photonPDGCodePos, int );
618616DECLARE_SOA_COLUMN (PhotonPDGCodeNeg, photonPDGCodeNeg, int );
619617DECLARE_SOA_COLUMN (IsPhotonPrimary, isPhotonPrimary, bool );
@@ -739,7 +737,7 @@ DECLARE_SOA_TABLE(Sigma0MCCores, "AOD", "SIGMA0MCCORES",
739737 // Basic properties
740738 sigma0MCCore::MCradius, sigma0MCCore::PDGCode, sigma0MCCore::PDGCodeMother, sigma0MCCore::MCprocess, sigma0MCCore::IsProducedByGenerator,
741739
742- sigma0MCCore::PhotonMCPx, sigma0MCCore::PhotonMCPy, sigma0MCCore::PhotonMCPz, sigma0MCCore::PhotonAmplitudeA,
740+ sigma0MCCore::PhotonMCPx, sigma0MCCore::PhotonMCPy, sigma0MCCore::PhotonMCPz, sigma0MCCore::PhotonAmplitudeA,
743741 sigma0MCCore::PhotonPDGCodePos, sigma0MCCore::PhotonPDGCodeNeg, sigma0MCCore::IsPhotonPrimary, sigma0MCCore::PhotonPDGCode, sigma0MCCore::PhotonPDGCodeMother, sigma0MCCore::PhotonIsCorrectlyAssoc,
744742
745743 sigma0MCCore::LambdaMCPx, sigma0MCCore::LambdaMCPy, sigma0MCCore::LambdaMCPz,
@@ -772,7 +770,6 @@ DECLARE_SOA_TABLE(Sigma0MCCores, "AOD", "SIGMA0MCCORES",
772770 sigma0MCCore::LambdaMCY<sigma0MCCore::LambdaMCPx, sigma0MCCore::LambdaMCPy, sigma0MCCore::LambdaMCPz>,
773771 sigma0MCCore::LambdaMCPhi<sigma0MCCore::LambdaMCPx, sigma0MCCore::LambdaMCPy>);
774772
775-
776773// for MC
777774namespace kstarMCCore
778775{
0 commit comments