1 #include "services_dune.fcl"
2 #include "calorimetry_dune10kt.fcl"
8 # Load the service that manages root files for histograms.
9 TFileService: { fileName: "ntuple.root" }
12 RandomNumberGenerator: {} #ART native random number generator
13 message: @local::dune_message_services_prod_debug
14 FileCatalogMetadata: @local::art_file_catalog_mc
15 @table::dunefd_services
16 Geometry: @local::dune10kt_1x2x6_geo
21 # # Load the service that manages root files for histograms.
22 # TFileService: { fileName: "ntuple.root" }
24 # SimpleMemoryCheck: { ignoreTotal: 1 } # default is one
25 # @table::dunefd_services
29 ### Define input file format
32 module_type: RootInput
35 ### Define output file format
40 module_type: RootOutput
41 fileName: "standard_pid.root" #default file name, can override from command line with -o or --output
42 dataTier: "full-reconstructed"
46 ### Define the modules and create chains
52 HitLabel: "linecluster"
54 ShowerLabel: "pandora"
55 SpacePointLabel: "pandora"
56 TrackingLabel: "largeant"
57 CalorimetryAlg: @local::dune10kt_calorimetryalgmc
58 # MVAMethods: [ "ANN","BDT" ]
59 # WeightFiles: [ "weights/MuEMVA_ANN.weights.xml", "weights/MuEMVA_BDT.weights.xml" ]
66 ### Set up a chain of Producer modules
69 ### Set up the output stream
72 ### Set up the trigger paths (these are the modules that modify the event)
73 trigger_paths: [ reco ]
75 ### Set up the end paths (these are the modules that do not modify the event)
76 end_paths: [ stream1 ]