We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0036ae0 commit f866a7bCopy full SHA for f866a7b
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx
@@ -89,7 +89,7 @@ struct skimmerPrimaryMuon {
89
Configurable<float> maxChi2GL{"maxChi2GL", 10, "max. chi2 for global muon"};
90
Configurable<bool> refitGlobalMuon{"refitGlobalMuon", true, "flag to refit global muon"};
91
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"};
+ Configurable<int> minNmuon{"minNmuon", 0, "min number of muon candidates per collision"};
93
94
o2::ccdb::CcdbApi ccdbApi;
95
Service<o2::ccdb::BasicCCDBManager> ccdb;
0 commit comments