Skip to content

Commit 2daa3b0

Browse files
authored
Add first mother ancestor option
Add first mother ancestor option
1 parent 71e8cff commit 2daa3b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGCF/Femto/Core/tripletHistManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ struct ConfTripletCuts : o2::framework::ConfigurableGroup {
140140
o2::framework::Configurable<float> mtMin{"mtMin", -1, "Minimal mt (set to -1 to deactivate)"};
141141
o2::framework::Configurable<bool> mixOnlyCommonAncestor{"mixOnlyCommonAncestor", false, "Require pair to have common anchestor (in the same event)"};
142142
o2::framework::Configurable<bool> mixOnlyNonCommonAncestor{"mixOnlyNonCommonAncestor", false, "Require pair to have non-common anchestor (in the same event)"};
143+
o2::framework::Configurable<bool> useMotherAsAncestor{"useMotherAsAncestor", false, "Use the first ancestor (i.e. the direct mother) instead of the partonic mother when requiring (non-)common ancestry"};
143144
};
144145

145146
// the enum gives the correct index in the array

0 commit comments

Comments
 (0)