noiseCorrelation.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "singles_dune.fcl"
3 #include "largeantmodules_dune.fcl"
4 #include "detsimmodules_dune.fcl"
5 
6 process_name: NoiseCorrelation
7 
8 services: {
9  TFileService: { fileName: "correlation.root" }
10  @table::dune35t_simulation_services
11  TimeTracker: {}
12  RandomNumberGenerator: {}
13  message: @local::standard_info
14 }
15 
16 services.DetPedestalService.DetPedestalDUNE.UseDB: true
17 
18 physics:
19 {
20  analyzers:
21  {
22  noisecorrelation: {
23  module_type: NoiseCorrelation
24  FragType: "TPC"
25  RawDataLabel: "daq"
26  }
27  }
28 
29  analyze: [ noisecorrelation ]
30  end_paths: [ analyze ]
31 
32 }
33 
34 source:
35 {
36  module_type: RootInput
37  fileNames: [ "/afs/fnal.gov/files/home/room3/jpdavies/lbne_r000200_sr01_20140807T150347.root" ]
38  maxEvents: 1
39 }