ImportFull311File.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: ImportFull311FileProcess
4 
5 services: @local::dunedphase3x1x1_services_legacy
6 services.RandomNumberGenerator: {}
7 
8 source:
9 {
10  module_type: ImportFull311File
11  max_events: -1
12  fileNames: [ "/eos/experiment/wa105/data/311/rawdata/840/840-0.dat" ]
13  PedestalFile: "/eos/experiment/wa105/data/311/datafiles/pedestals/pedestal_run729_1.ped"
14 }
15 
16 outputs:
17 {
18  out1:
19  {
20  module_type: RootOutput
21  fileName: "RawData311FullFile.root"
22  compressionLevel: 1
23  dataTier: "raw"
24  }
25 }
26 
27 physics:
28 {
29  stream1: [ out1 ]
30  end_paths: [ stream1 ]
31 }