signaltonoise.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "resourcetracking_services.fcl"
3 #include "hitanalysismodules_dune.fcl"
4 
5 process_name: SignalToNoise
6 
7 services:
8 {
9  TFileService: { fileName: "signaltonoise.root" }
10  @table::standard_resourcetrackers
11  @table::dune35tdata_reco_services
12 }
13 
14 source:
15 {
16  module_type: RootInput
17  fileNames: [ "/afs/fnal.gov/files/home/room3/jpdavies/lbne_r000200_sr01_20140807T150347.root" ]
18  maxEvents: -1
19 }
20 
21 physics:
22 {
23  analyzers:
24  {
25  stn: @local::dune35t_signaltonoise
26  }
27 
28  ana: [ stn ]
29 # output: [ out1 ]
30 # trigger_paths: [ produce ]
31  end_paths: [ ana ]
32 
33 }
34 
35