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 6b81602 commit 16d2f1aCopy full SHA for 16d2f1a
1 file changed
src/EventNtupleMaker_module.cc
@@ -435,7 +435,7 @@ namespace mu2e {
435
// Calorimeter MC: independent of fillEventMC() — calo MC products do not
436
// require simParticles/primaryParticle so calo-only jobs can enable this
437
// while keeping mc.fill false.
438
- bool fillCaloMC() const { return _conf.calo().fill() && _conf.calo().mc().fill(); }
+ bool fillCaloMC() const { return _conf.calo().fill() && _conf.calo().mc().fill() && _conf.mc().fill; }
439
bool fillCaloTrackMatchMC() const { return fillCaloMC() && _conf.calo().mc().fillTrackMatch(); }
440
bool fillCaloClsMC() const { return fillCaloMC() && _conf.calo().mc().fillClusters(); }
441
bool fillCaloHitsMC() const { return fillCaloMC() && _conf.calo().mc().fillHits(); }
0 commit comments