SplitterInput_t2.fcl
Go to the documentation of this file.
1 #include "geometry.fcl"
2 #include "SSPToOffline.fcl"
3 
4 process: TEST
5 
6 source:
7 {
8  module_type: SplitterInput
9  fileNames: [
10  "/scratch/lbne/trj/lbne_r001071_sr01_20150504T210812.root"
11  ]
12  maxEvents: 100
13  ticksPerEvent: 1000
14  TPCInputTag : "daq:TPC:DAQ"
15  SSPInputTag : "daq:PHOTON:DAQ"
16  SSPReformatter: @local::ssp_reformatter
17 }
18 
19 services: {
20  ExptGeoHelperInterface: @local::standard_geometry_helper
21  Geometry : @local::standard_geo
22 }
23 
24 physics: {
25 
26  analyzers: {
27  testSplitter : {
28  module_type : SplitterAnalyzer
29  nExpectedEvents : 100
30  nExpDigitsPerEvent : 1000
31  nExpDigitsLastEvent : 1000
32  }
33  }
34 
35  e1 : [testSplitter]
36  end_paths: [ e1 ]
37 
38 }