PDDPRawDecoderTest.fcl
Go to the documentation of this file.
1 process_name: PDDPRawDecoderTest
2 
3 services:
4 {
5  TFileService: { fileName: "pddp_rawevd.root" }
6  TimeTracker: {}
7  RandomNumberGenerator: {}
8 }
9 
10 
11 source:
12 {
13  module_type: RootInput
14  maxEvents: 1
15  fileNames: [ "198_12_c_pddprawdata.root" ]
16 }
17 
18 outputs: {}
19 
20 
21 physics:
22 {
23  analyzers:
24  {
25  rawdraw:
26  {
27  module_type: "PDDPTPCRawDecoderTest"
28  RawDigitLabel: "daq"
29  Ticks: 10000
30  Chans: 7680
31  }
32  }
33  analysis: [ rawdraw ] //Directory for histograms
34  end_paths: [ analysis ]
35 }