Skip to content

Commit 4e2e0d6

Browse files
Merge pull request #33 from alibuild/alibot-cleanup-12598
Please consider the following formatting changes to AliceO2Group#12598
2 parents 129d00c + 437dba5 commit 4e2e0d6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

PWGHF/D2H/Tasks/taskB0Reduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DECLARE_SOA_COLUMN(FlagWrongCollision, flagWrongCollision, int8_t);
101101
} // namespace hf_cand_b0_lite
102102

103103
DECLARE_SOA_TABLE(HfRedCandB0Lites, "AOD", "HFREDCANDB0LITE", //! Table with some B0 properties
104-
// B meson features
104+
// B meson features
105105
hf_cand_b0_lite::M,
106106
hf_cand_b0_lite::Pt,
107107
hf_cand_b0_lite::Eta,

PWGHF/D2H/Tasks/taskBsReduced.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ DECLARE_SOA_COLUMN(ImpactParameterProduct, impactParameterProduct, float); //!
6666
DECLARE_SOA_COLUMN(MaxNormalisedDeltaIP, maxNormalisedDeltaIP, float); //! Maximum normalized difference between measured and expected impact parameter of candidate prongs
6767
DECLARE_SOA_COLUMN(MlScoreSig, mlScoreSig, float); //! ML score for signal class
6868
// D meson features
69-
DECLARE_SOA_COLUMN(MProng0, mProng0, float); //! Invariant mass of prong0 (GeV/c)
70-
DECLARE_SOA_COLUMN(PtProng0, ptProng0, float); //! Transverse momentum of prong0 (GeV/c)
69+
DECLARE_SOA_COLUMN(MProng0, mProng0, float); //! Invariant mass of prong0 (GeV/c)
70+
DECLARE_SOA_COLUMN(PtProng0, ptProng0, float); //! Transverse momentum of prong0 (GeV/c)
7171
DECLARE_SOA_COLUMN(DecayLength0, decayLength0, float); //! Decay length of D-meson daughter candidate (cm)
7272
DECLARE_SOA_COLUMN(DecayLengthXY0, decayLengthXY0, float); //! Transverse decay length of D-meson daughter candidate (cm)
7373
DECLARE_SOA_COLUMN(ImpactParameter0, impactParameter0, float); //! Impact parameter product of D-meson daughter candidate
@@ -99,12 +99,12 @@ DECLARE_SOA_COLUMN(NSigTpcTofPiProng1, nSigTpcTofPiProng1, float); //!
9999
DECLARE_SOA_COLUMN(FlagWrongCollision, flagWrongCollision, int8_t); //! Flag for association with wrong collision
100100
DECLARE_SOA_COLUMN(PtGen, ptGen, float); //! Transverse momentum of candidate (GeV/c)
101101
// General vars (unused for now)
102-
DECLARE_SOA_COLUMN(P, p, float); //! Momentum of candidate (GeV/c)
103-
DECLARE_SOA_COLUMN(E, e, float); //! Energy of candidate (GeV)
102+
DECLARE_SOA_COLUMN(P, p, float); //! Momentum of candidate (GeV/c)
103+
DECLARE_SOA_COLUMN(E, e, float); //! Energy of candidate (GeV)
104104
} // namespace hf_cand_bs_lite
105105

106106
DECLARE_SOA_TABLE(HfRedCandBsLites, "AOD", "HFREDCANDBSLITE", //! Table with some Bs properties
107-
// B meson features
107+
// B meson features
108108
hf_cand_bs_lite::M,
109109
hf_cand_bs_lite::Pt,
110110
hf_cand_bs_lite::Eta,

PWGHF/Tasks/taskMcValidation.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ static constexpr int nOriginTypes = 2;
107107
static constexpr std::array<int, nChannels> PDGArrayParticle = {o2::constants::physics::Pdg::kD0, o2::constants::physics::Pdg::kDStar,
108108
o2::constants::physics::Pdg::kDPlus, o2::constants::physics::Pdg::kDPlus,
109109
o2::constants::physics::Pdg::kDS, o2::constants::physics::Pdg::kDS, o2::constants::physics::Pdg::kDS1, o2::constants::physics::Pdg::kDS2Star,
110-
o2::constants::physics::Pdg::kD10, o2::constants::physics::Pdg::kD2Star0,
111-
o2::constants::physics::Pdg::kB0, o2::constants::physics::Pdg::kBPlus, o2::constants::physics::Pdg::kBS,
112-
o2::constants::physics::Pdg::kLambdaCPlus, o2::constants::physics::Pdg::kLambdaCPlus,
110+
o2::constants::physics::Pdg::kD10, o2::constants::physics::Pdg::kD2Star0,
111+
o2::constants::physics::Pdg::kB0, o2::constants::physics::Pdg::kBPlus, o2::constants::physics::Pdg::kBS,
112+
o2::constants::physics::Pdg::kLambdaCPlus, o2::constants::physics::Pdg::kLambdaCPlus,
113113
o2::constants::physics::Pdg::kXiCPlus, o2::constants::physics::Pdg::kXiCPlus, o2::constants::physics::Pdg::kXiC0,
114114
o2::constants::physics::Pdg::kOmegaC0, o2::constants::physics::Pdg::kOmegaC0};
115115
static constexpr std::array<unsigned int, nChannels> nDaughters = {2, 3, 3, 3, 3, 3, 5, 5, 4, 4, 4, 3, 4, 3, 3, 3, 5, 4, 4, 4};

0 commit comments

Comments
 (0)