Skip to content

Commit f866a7b

Browse files
authored
Change minNmuon default value from 1 to 0
1 parent 0036ae0 commit f866a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct skimmerPrimaryMuon {
8989
Configurable<float> maxChi2GL{"maxChi2GL", 10, "max. chi2 for global muon"};
9090
Configurable<bool> refitGlobalMuon{"refitGlobalMuon", true, "flag to refit global muon"};
9191
Configurable<float> matchingZ{"matchingZ", -77.5, "z position where matching is performed"};
92-
Configurable<int> minNmuon{"minNmuon", 1, "min number of muon candidates per collision"};
92+
Configurable<int> minNmuon{"minNmuon", 0, "min number of muon candidates per collision"};
9393

9494
o2::ccdb::CcdbApi ccdbApi;
9595
Service<o2::ccdb::BasicCCDBManager> ccdb;

0 commit comments

Comments
 (0)