runCRTTagging_producer.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "CRT.fcl"
3 
4 process_name: TwoCRTMatching
5 
6 services:
7 {
8  # Load the service that manages root files for histograms.
9  #TFileService: { fileName: "HelloAuxDet_hist.root" }
10  TimeTracker: {}
11  MemoryTracker: {}
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: "SingleCRTMatching_data.root" }
17  IFBeam: {}
18 }
19 #services.message.destinations.LogStandardOut.threshold: "INFO"
20 
21 dune_message_services_prod_debug.destinations.LogWarningFile.categories:
22 {
23  timeToHits: { limit: 1000 }
24  CreateTrigger: { limit: 1000 }
25  moduleToChannels: { limit: 1000 }
26 }
27 
28 #Configure message service for debugging
29 #services.message.destinations.debugmsg:
30 #{
31 # type: "cout"
32 # threshold: "DEBUG"
33 # append: true
34 # categories:
35 # {
36 # timeToHits: { limit: 1000 }
37 # CreateTrigger: { limit: 1000 }
38 # moduleToChannels: { limit: 1000 }
39 # }
40 #}
41 
42 source:
43 {
44  module_type: RootInput
45  maxEvents: -1
46  fileNames: ["input_file.root"]
47 }
48 
49 physics:
50 {
51  producers:
52  {
53  crttag: @local::SingleCRTMatching_producer
54  }
55 
56  stream1: [ out1 ]
57 
58  #detSim: [ CRTSim ]
59  reco: [ crttag]
60 
61 
62  end_paths: [ stream1 ]
63 }
64 
65 outputs:
66 {
67  out1:
68  {
69  module_type: RootOutput
70  fileName: "CRTDetReco_protoDUNE.root" #default file name, can override from command line with -o or --output
71  dataTier: "DetSim"
72  compressionLevel: 1
73  }
74 }
75 
76 CRTSim.DACThreshold: 100 #Make the DAC threshold so high that nothing will pass it