run_DataOverlayMixerAna.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name : RawDigitMixer #The process name must NOT contain any underscores
4 
5 source : {
6  module_type : RootInput
7  maxEvents : 10
8 }
9 
10 services : {
11 
12  TFileService: { fileName: "DataOverlayMixer_hist.root" }
13  TimeTracker: {}
14  MemoryTracker: {}
15  RandomNumberGenerator: {} #ART native random number generator
16 
17  @table::dune35tsim_reco_services
18 
19  message: @local::standard_info
20 
21 }
22 
23 #outputs: {
24 # out: { module_type: RootOutput
25 # fileName: "DataOverlayMixer.root"
26 # fastCloning: false
27 # compressionLevel: 1 }
28 #}
29 
30 physics: {
31 
32  analyzers: {
33  mixerana: {
34  module_type : RawDigitOverlayDUNE35tAna
35  }
36  }
37 
38 
39 
40 
41  ana: [mixerana]
42  end_paths: [ ana ]
43 
44 }
45 
46 physics.analyzers.mixerana.DataRawDigitModuleLabel: "SplitterInput:TPC"
47 physics.analyzers.mixerana.MCRawDigitModuleLabel: "mixer:MC"
48 physics.analyzers.mixerana.MixedRawDigitModuleLabel: "mixer:MIXED"
49 #services.IChannelStatusService.ChannelStatusProvider.UseDB: false