Skip to content

Commit 1ebedd4

Browse files
committed
Please consider the following formatting changes
1 parent 5375fa2 commit 1ebedd4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

PWGCF/Femto/Core/collisionBuilder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ struct ConfCollisionFilters : o2::framework::ConfigurableGroup {
6262
o2::framework::Configurable<int> subGeneratorId{"subGeneratorId", 0, "MC ONLY: If positive, keep 0 = MB, <0 triggered on something"};
6363
};
6464

65-
6665
struct ConfCollisionBits : o2::framework::ConfigurableGroup {
6766
std::string prefix = std::string("CollisionBits");
6867
o2::framework::Configurable<bool> passThrough{"passThrough", false, "If true, all tracks are passed through. Bits for all selections are stored."};

PWGCF/Femto/DataModel/FemtoTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ using FMcParticles = FMcParticles_001;
747747
using FMcParticle = FMcParticles::iterator;
748748

749749
DECLARE_SOA_TABLE_STAGED_VERSIONED(FMcMothers_001, "FMCMOTHER", 1, //! first direct mother of the monte carlo particle
750-
o2::soa::Index<>, // no collision index needed since the mother is retrieved from the daughter mc particle
750+
o2::soa::Index<>, // no collision index needed since the mother is retrieved from the daughter mc particle
751751
femtomcparticle::Origin,
752752
femtomcparticle::PdgCode,
753753
femtobase::stored::SignedPt,

0 commit comments

Comments
 (0)