You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/TableProducer/filterEoI.cxx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ struct filterEoI {
52
52
Configurable<bool> inheritFromOtherTask{"inheritFromOtherTask", true, "Flag to iherit all common configurables from skimmerPrimaryElectron or skimmerPrimaryMuon"};
53
53
Configurable<int> minNelectron{"minNelectron", -1, "min number of electron candidates per collision"};
54
54
Configurable<int> minNmuon{"minNmuon", -1, "min number of muon candidates per collision"};
55
+
Configurable<int> minNgamma{"minNgamma", 1, "min number of V0-photon candidates per collision"};
55
56
Configurable<std::string> taskNameForNelectron{"taskNameForNelectron", "skimmer-primary-electron", "task name where minNelectron is defined."};
56
57
Configurable<std::string> varNameForNelectron{"varNameForNelectron", "minNelectron", "variable name for minNelectron"};
57
58
@@ -109,7 +110,8 @@ struct filterEoI {
109
110
}
110
111
ifconstexpr (static_cast<bool>(system & kPCM)) {
111
112
auto v0s_coll = v0s.sliceBy(perCollision_v0, collision.globalIndex());
0 commit comments