TimeDist.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: TimeDist
4 
5 services:
6 {
7  TFileService: { fileName: "TimeDist.root" }
8  TimeTracker: {}
9  MemoryTracker: { } # default is one
10  RandomNumberGenerator: {} #ART native random number generator
11  message: @local::dune_message_services_prod_debug
12  FileCatalogMetadata: @local::art_file_catalog_mc
13  @table::dune35t_services_legacy
14 } # services
15 
16 source:
17 {
18  module_type: RootInput
19 
20  maxEvents: -1
21 }
22 
23 outputs:{}
24 
25 physics:
26 {
27  analyzers:
28  {
29  timedistana:
30  {
31  module_type: "TimeDist"
32 
33  HitLabel: "gaushit" # gaushit is the label used in the root file
34 
35  FlashLabel: "opflash" # opflash is the label used in the root file
36  }
37  }
38 
39  analysis: [ timedistana ]
40 
41  end_paths: [ analysis ]
42 
43 } # physics
44