1 #include "services_dune.fcl"
2 #include "ProtoDUNEAnalCosmicTree.fcl"
4 process_name: pdAnalCosmicTreeProcess
8 # Load the service that manages root files for histograms.
9 TFileService: { fileName: "pdAnalCosmicTree.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::protodune_services
16 PdspChannelMapService: @local::pdspchannelmap
17 ChannelStatusService: @local::pdsp_channel_status
19 services.message.destinations.LogStandardOut.threshold: "INFO"
21 #source is now a root file
24 module_type: RootInput
26 fileNames: ["input_file.root"]
33 pdAnalCosmicTree: @local::proto_AnalCosmicTree
36 ana: [ pdAnalCosmicTree ]