muoncounter_35ton.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "PTBToOffline.fcl"
3 #include "caldata_dune.fcl"
4 #include "hitfindermodules_dune.fcl"
5 #include "muoncounter.fcl"
6 #include "SSPToOffline.fcl"
7 
8 process_name: Reco
9 
10 source:
11 {
12  module_type: RootInput
13  maxEvents: -1 # Number of events to create
14 }
15 
16 services:
17 {
18 # Load the service that manages root files for histograms.
19  TFileService: { fileName: "counter_Frequencies.root" }
20 #TFileService: { fileName: "reco_hist.root" }
21 message: @local::dune_message_services_prod_debug
22 # Timing: {}
23 # MemoryTracker: { } # default is one
24  @table::dune35t_services
25 }
26 
27 outputs:
28 {
29  out1:
30  {
31  module_type: RootOutput
32  fileName: "standard_reco.root" #default file name, can override from command line with -o or --output
33 # SelectEvents: {SelectEvents: [reco] }
34  }
35 }
36 
37 physics:
38 {
39  analyzers:
40  {
41  muoncounter: @local::muoncounter
42  }
43 
44 # reco: [] #, fasthit, dcheat]
45 
46 ana: [muoncounter]
47 
48 stream1: [out1]
49 
50 # trigger_paths: [reco]
51 
52 #end_paths: [stream1, ana]
53 end_paths: [ana]
54 
55 }
56 
57 # cable and electronics delay for counter signals
58 physics.analyzers.muoncounter.CombinedTimeDelay: 160.0
59 # physics.analyzers.hitdumper.CounterModuleLabel: "ptbtooffline:offlineTrigger"