Skip to content

Commit 45eda8e

Browse files
Please consider the following formatting changes
1 parent 65b5495 commit 45eda8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ DECLARE_SOA_TABLE(V0MCCores_000, "AOD", "V0MCCORE", //! MC properties of the V0
583583

584584
DECLARE_SOA_TABLE_VERSIONED(V0MCCores_001, "AOD", "V0MCCORE", 1, //! debug information
585585
v0data::ParticleIdMC, //! MC properties of the V0 for posterior analysis
586-
v0data::PDGCode, v0data::PDGCodeMother,
586+
v0data::PDGCode, v0data::PDGCodeMother,
587587
v0data::PDGCodePositive, v0data::PDGCodeNegative,
588588
v0data::IsPhysicalPrimary, v0data::XMC, v0data::YMC, v0data::ZMC,
589589
v0data::PxPosMC, v0data::PyPosMC, v0data::PzPosMC,

PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ struct strangederivedbuilder {
546546
tr.tpcNClsFound(), tr.tpcNClsCrossedRows());
547547

548548
// if the table has MC info
549-
if constexpr (requires {tr.mcParticle();}) {
549+
if constexpr (requires { tr.mcParticle(); }) {
550550
// do your thing with the mcParticleIds only in case the table has the MC info
551-
dauTrackMCIds( tr.mcParticleId() ); // joinable with dauTrackExtras
551+
dauTrackMCIds(tr.mcParticleId()); // joinable with dauTrackExtras
552552
}
553553

554554
// round if requested

0 commit comments

Comments
 (0)