rawevddp.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: RawEVDDP
5 
6 services:
7 {
8  TFileService: { fileName: "rawdata_dphase.root" }
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12  @table::dunefddphase_simulation_services
13 }
14 
15 services.Geometry: @local::dunedphase10kt_workspace_geo
16 
17 source:
18 {
19  module_type: RootInput
20  fileNames: [ "single_gen_dunefd.root" ]
21  firstEvent : 1
22  maxEvents: 1
23 }
24 
25 outputs:{}
26 
27 physics:
28 {
29  analyzers:
30  {
31  rawdraw:
32  {
33  module_type: "RawEVDDP"
34  RawDigitLabel: "daq"
35  UncompressWithPed: "true"
36  }
37  }
38  analysis: [ rawdraw ] //Directory for histograms
39  end_paths: [ analysis ]
40 }
41