TpcRceEventDump.fcl
Go to the documentation of this file.
1  physics:
2 {
3  analyzers:
4  {
5  tpcMilliSliceDump:
6  {
7  module_type: TpcMilliSliceDump
8  raw_data_label: daq
9  frag_type: TPC
10  verbose_microslice_ids: [0,1,2,3] #make this an empty vector to turn off microslice & nanoslice printing
11  verbose_nanoslice_ids: [1,31] #only prints the nanoslices that lie within the verbose microslices
12  verbose_nanoslice_adcs: 6
13  }
14  }
15 
16  a1: [ tpcMilliSliceDump ]
17  e1: [ out1 ]
18  end_paths: [ a1, e1 ]
19 }
20 
21 services : {
22  TFileService:
23  {
24  fileName: "tpcMilliSliceDumpOutput.root"
25  }
26 }
27 
28 outputs:
29 {
30  out1:
31  {
32  module_type: FileDumperOutput
33  wantProductFriendlyClassName: true
34  }
35 }
36 
37 source:
38 {
39  module_type: RootInput
40 }
41 
42 process_name: EVTDUMP
43