Skip to content

Commit 4ee76c9

Browse files
committed
Please consider the following formatting changes
1 parent b444b56 commit 4ee76c9

File tree

3 files changed

+213
-225
lines changed

3 files changed

+213
-225
lines changed

PWGLF/DataModel/LFSigmaTables.h

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ DECLARE_SOA_TABLE(Sigma0PhotonExtras, "AOD", "SIGMA0PHOTON",
500500
sigma0PhotonExtra::PhotonNegTrackCode,
501501
sigma0PhotonExtra::PhotonV0Type);
502502

503-
504503
// For EMCal Photon extra info
505504
namespace sigma0EMPhoton
506505
{
@@ -520,7 +519,7 @@ DECLARE_SOA_COLUMN(PhotonNLM, photonNLM, int);
520519
DECLARE_SOA_COLUMN(PhotonDefinition, photonDefinition, int);
521520
DECLARE_SOA_COLUMN(PhotonHasAssocTrk, photonHasAssocTrk, bool);
522521

523-
} // namespace sigma0PhotonExtra
522+
} // namespace sigma0EMPhoton
524523

525524
DECLARE_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
542540
namespace sigma0LambdaExtra
543541
{
@@ -603,7 +601,7 @@ DECLARE_SOA_TABLE(Sigma0LambdaExtras, "AOD", "SIGMA0LAMBDA",
603601
// for MC
604602
namespace sigma0MCCore
605603
{
606-
DECLARE_SOA_COLUMN(ParticleIdMC, particleIdMC, int); //! V0 Particle ID
604+
DECLARE_SOA_COLUMN(ParticleIdMC, particleIdMC, int); //! V0 Particle ID
607605
DECLARE_SOA_COLUMN(MCradius, mcradius, float);
608606
DECLARE_SOA_COLUMN(PDGCode, pdgCode, int);
609607
DECLARE_SOA_COLUMN(PDGCodeMother, pdgCodeMother, int);
@@ -613,7 +611,7 @@ DECLARE_SOA_COLUMN(IsProducedByGenerator, isProducedByGenerator, bool);
613611
DECLARE_SOA_COLUMN(PhotonMCPx, photonmcpx, float);
614612
DECLARE_SOA_COLUMN(PhotonMCPy, photonmcpy, float);
615613
DECLARE_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.
617615
DECLARE_SOA_COLUMN(PhotonPDGCodePos, photonPDGCodePos, int);
618616
DECLARE_SOA_COLUMN(PhotonPDGCodeNeg, photonPDGCodeNeg, int);
619617
DECLARE_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
777774
namespace kstarMCCore
778775
{

0 commit comments

Comments
 (0)