1 #include "services_dune.fcl"
2 #include "UtilityExample.fcl"
3 #include "ProtoDUNETruthBeamParticle.fcl"
5 process_name: testUtils
9 # Load the service that manages root files for histograms.
10 TFileService: { fileName: "trackUtils.root" }
13 RandomNumberGenerator: {} #ART native random number generator
14 message: @local::dune_message_services_prod_debug
15 FileCatalogMetadata: @local::art_file_catalog_mc
16 @table::protodune_services
18 services.message.destinations.LogStandardOut.threshold: "INFO"
20 #source is now a root file
23 module_type: RootInput
25 fileNames: ["input_file.root"]
32 trkUtil: @local::proto_util_example
33 beamtruth: @local::ProtoDUNETruthBeamParticle_params
36 ana2: [ trkUtil, beamtruth ]