1 #include "services_microboone.fcl"
3 process_name : ConsolidatedPFParticleAnalysisTemplate #The process name must NOT contain any underscores
6 module_type : RootInput
12 # scheduler: { defaultExceptions: false } # Make all uncaught exceptions fatal.
13 TFileService: { fileName: "ConsolidatedPFParticleAnalysisTemplate.root" }
17 # optionalout: { module_type: RootOutput
18 # fileName: "output_file.root"
19 # fastCloning: false }
24 # ParameterSets for zero or more producer modules
27 # ParameterSets for zero or more analyzer modules
28 myana: { module_type: ConsolidatedPFParticleAnalysisTemplate
29 PandoraLabel: "pandora"
31 ShowerLabel: "pandora"
32 input_param: "optional" }
35 # ParameterSets for zero or more filter modules
39 #here, just a shorthand: could have done ana: [ myana ] then end_paths: [ ana ]