packed_dump.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: PackedDump
4 
5 services:
6 {
7  @table::dunefd_services
8  TFileService: { fileName: "packedDump.root" }
9  TimeTracker: {}
10  MemoryTracker: {} # default is one
11  RandomNumberGenerator: {} #ART native random number generator
12  FileCatalogMetadata: @local::art_file_catalog_mc
13  Geometry: @local::dune10kt_1x2x6_geo
14 }
15 
16 # a temporary fix until the photon back tracker gets fixed...
17 #services.PhotonBackTrackerService: @erase
18 
19 physics:
20 {
21  analyzers:
22  {
23  packeddump: {
24  module_type: PackedDump
25  OutputFile: "packed.raw"
26  }
27  }
28 
29  ana: [ packeddump ]
30  #ana: [ daqanafasth ]
31  end_paths: [ ana ]
32 
33 }
34 
35 source:
36 {
37  module_type: RootInput
38  maxEvents: -1 # Number of events to create
39 }
40 
41 services.PdspChannelMapService: {
42  service_provider: PdspChannelMapService
43  FileName: "protoDUNETPCChannelMap_v3.txt"
44  SSPFileName: "protoDUNESSPChannelMap_v1.txt"
45 }