Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion PWGCF/Femto/Core/collisionBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ struct ConfCollisionFilters : o2::framework::ConfigurableGroup {
o2::framework::Configurable<int> subGeneratorId{"subGeneratorId", 0, "MC ONLY: If positive, keep 0 = MB, <0 triggered on something"};
};


struct ConfCollisionBits : o2::framework::ConfigurableGroup {
std::string prefix = std::string("CollisionBits");
o2::framework::Configurable<bool> passThrough{"passThrough", false, "If true, all tracks are passed through. Bits for all selections are stored."};
Expand Down
2 changes: 1 addition & 1 deletion PWGCF/Femto/DataModel/FemtoTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ using FMcParticles = FMcParticles_001;
using FMcParticle = FMcParticles::iterator;

DECLARE_SOA_TABLE_STAGED_VERSIONED(FMcMothers_001, "FMCMOTHER", 1, //! first direct mother of the monte carlo particle
o2::soa::Index<>, // no collision index needed since the mother is retrieved from the daughter mc particle
o2::soa::Index<>, // no collision index needed since the mother is retrieved from the daughter mc particle
femtomcparticle::Origin,
femtomcparticle::PdgCode,
femtobase::stored::SignedPt,
Expand Down
Loading