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
@@ -50,6 +50,7 @@ struct filterEoI {
50
50
Configurable<bool> inheritFromOtherTask{"inheritFromOtherTask", true, "Flag to iherit all common configurables from skimmerPrimaryElectron or skimmerPrimaryMuon"};
51
51
Configurable<int> minNelectron{"minNelectron", -1, "min number of electron candidates per collision"};
52
52
Configurable<int> minNmuon{"minNmuon", -1, "min number of muon candidates per collision"};
53
+
Configurable<int> minNphotons{"minNphotons", 1, "min number of photon candidates per collision"};
53
54
Configurable<std::string> taskNameForNelectron{"taskNameForNelectron", "skimmer-primary-electron", "task name where minNelectron is defined."};
54
55
Configurable<std::string> varNameForNelectron{"varNameForNelectron", "minNelectron", "variable name for minNelectron"};
0 commit comments