1 #include "services_dune.fcl"
2 #include "hitfindermodules_dune.fcl"
4 #include "signalservices_dune.fcl"
5 #include "caldata_dune.fcl"
6 #include "trackfindermodules_dune.fcl"
7 #include "ecalibration.fcl"
8 #include "triggeralgo_service.fcl"
9 #include "photpropservices_dune.fcl"
10 #include "ProtoDUNEDataUtils.fcl"
11 #include "ProtoDUNEBeamlineFilter.fcl"
14 process_name: pionanalysismc
18 #Load the service that manages root files for histograms.
19 TFileService: { fileName: "mcproton.root" }
20 RandomNumberGenerator: {} #ART native random number generator
21 @table::protodune_services
22 message: @local::standard_info
23 FileCatalogMetadata: @local::art_file_catalog_mc
26 #source is now a root file
29 module_type: RootInput
30 maxEvents: -1 # Number of events to create
37 module_type: RootOutput
38 fileName: "mcproton.root" #default file name, can override from command line with -o or --output
39 dataTier: "reconstructed"
50 #f1: @local::standard_protodunebeamlinefilter_Proton_1GeV
57 module_type: "pionanalysismc"
58 BeamModuleLabel: "beamevent"
59 CalorimetryTag: "pandoracalo"
60 TrackerTag: "pandoraTrack"
61 ShowerTag: "pandoraShower"
62 PFParticleTag: "pandora"
63 GeneratorTag: "generator"
65 DataUtils: @local::standard_protodunedatautils
69 ana: [ protonanalysis ]