Skip to content

Commit 0036ae0

Browse files
authored
Change minNelectron from 1 to 0
1 parent 60eb6aa commit 0036ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryElectron.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct skimmerPrimaryElectron {
105105
Configurable<float> maxpt_itssa{"maxpt_itssa", 0.15, "max pt for ITSsa track"};
106106
Configurable<float> maxMeanITSClusterSize{"maxMeanITSClusterSize", 16, "max <ITS cluster size> x cos(lambda)"};
107107
Configurable<bool> storeOnlyTrueElectronMC{"storeOnlyTrueElectronMC", false, "Flag to store only true electron in MC"};
108-
Configurable<int> minNelectron{"minNelectron", 1, "min number of electron candidates per collision"};
108+
Configurable<int> minNelectron{"minNelectron", 0, "min number of electron candidates per collision"};
109109

110110
// configuration for PID ML
111111
Configurable<bool> usePIDML{"usePIDML", false, "Flag to use PID ML"};

0 commit comments

Comments
 (0)