nearline_muoncounter35t.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "PTBToOffline.fcl"
3 #include "muoncounter.fcl"
4 
5 process_name: NearlineMuon
6 
7 source:
8 {
9  module_type: RootInput
10  maxEvents: -1 # Number of events to create
11 }
12 
13 services:
14 {
15  TFileService: { fileName: "ptb_counter_rates.root" }
16  TimeTracker: {}
17  MemoryTracker: { } # default is one
18  RandomNumberGenerator: {} #ART native random number generator
19  @table::dune35t_services
20 }
21 
22 physics:
23 {
24  analyzers:
25  {
26  muoncounter: @local::muoncounter
27  }
28 
29  ana: [muoncounter]
30  end_paths: [ana]
31 
32 }
33 
34 physics.analyzers.muoncounter.PTBMapDir: "/dune/data2/users/warburton/PTBChannelMap/"