external_event_building.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 pandora_event_building :
4 {
5  module_type: "LArPandoraExternalEventBuilding"
6 
7  InputProducerLabel: "pandoraPatRec:allOutcomes"
8  TrackProducerLabel: "pandoraAllOutcomesTrack"
9  ShowerProducerLabel: "pandoraAllOutcomesShower"
10  HitProducerLabel: "gaushit"
11 
12  ShouldProduceT0s: false
13 }
14 
15 END_PROLOG