runCRTTPCOffset.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "CRT.fcl"
3 
4 process_name: CRTTimingOffset
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: "CRT-TPCOffsets.root" }
17  IFBeam: {}
18 }
19 
20 #dune_message_services_prod_debug.destinations.LogWarningFile.categories:
21 #{
22 # timeToHits: { limit: 1000 }
23 # CreateTrigger: { limit: 1000 }
24 # moduleToChannels: { limit: 1000 }
25 #}
26 
27 source:
28 {
29  module_type: RootInput
30  maxEvents: -1
31  fileNames: ["input_file.root"]
32 }
33 
34 physics:
35 {
36  analyzers:
37  {
38  timing: @local::CRTTimeOffset_standard
39  }
40  producers:
41  {
42  }
43 
44  ana: [ timing ]
45 
46  end_paths: [ ana ]
47 }
48 
49 physics.analyzers.timing.TimestampLabel: "tpcrawdecoder:daq"