1 #include "services_dune.fcl"
4 process_name: TwoCRTMatching
8 # Load the service that manages root files for histograms.
9 #TFileService: { fileName: "HelloAuxDet_hist.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 TFileService: { fileName: "TwoCRTMatching_data.root" }
19 #services.message.destinations.LogStandardOut.threshold: "INFO"
21 dune_message_services_prod_debug.destinations.LogWarningFile.categories:
23 timeToHits: { limit: 1000 }
24 CreateTrigger: { limit: 1000 }
25 moduleToChannels: { limit: 1000 }
28 #Configure message service for debugging
29 #services.message.destinations.debugmsg:
36 # timeToHits: { limit: 1000 }
37 # CreateTrigger: { limit: 1000 }
38 # moduleToChannels: { limit: 1000 }
44 module_type: RootInput
46 fileNames: ["input_file.root"]
53 crtreco: @local::TwoCRTMatching_producer
62 end_paths: [ stream1 ]
69 module_type: RootOutput
70 fileName: "CRTDetReco_protoDUNE.root" #default file name, can override from command line with -o or --output
76 CRTSim.DACThreshold: 100 #Make the DAC threshold so high that nothing will pass it