Skip to content

Commit 32ff0cb

Browse files
authored
Add first mother ancestor option
Add first mother ancestor option
1 parent 1a21348 commit 32ff0cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGCF/Femto/Core/pairHistManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ struct ConfPairCuts : o2::framework::ConfigurableGroup {
249249
o2::framework::Configurable<float> massInvMax{"massInvMax", -1, "Maximal invariant mass (set to -1 to deactivate)"};
250250
o2::framework::Configurable<bool> mixOnlyCommonAncestor{"mixOnlyCommonAncestor", false, "Require pair to have common anchestor (in the same event)"};
251251
o2::framework::Configurable<bool> mixOnlyNonCommonAncestor{"mixOnlyNonCommonAncestor", false, "Require pair to have non-common anchestor (in the same event)"};
252+
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"};
252253
};
253254

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

0 commit comments

Comments
 (0)