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