daqsimana_job.fcl
Go to the documentation of this file.
1 // daqsimana_job.fcl
2 //
3 // Run DAQSimAna on the output of offline hit finders
4 
5 #include "services_dune.fcl"
6 #include "DAQSimAna.fcl"
7 
8 process_name: DAQSimAna
9 
10 services:
11 {
12  @table::dunefd_services
13  TFileService: { fileName: "DAQSimAna_hist.root" }
14  TimeTracker: {}
15  MemoryTracker: {} # default is one
16  RandomNumberGenerator: {} #ART native random number generator
17  FileCatalogMetadata: @local::art_file_catalog_mc
18  Geometry: @local::dune10kt_1x2x6_geo
19 }
20 
21 # a temporary fix until the photon back tracker gets fixed...
22 #services.PhotonBackTrackerService: @erase
23 
24 physics:
25 {
26  analyzers:
27  {
28  daqanahitfd: @local::standard_daqsimana
29  daqanafasth: @local::standard_daqsimana
30  }
31 
32  ana: [ daqanahitfd, daqanafasth ]
33  #ana: [ daqanafasth ]
34  end_paths: [ ana ]
35 
36 }
37 
38 source:
39 {
40  module_type: RootInput
41  maxEvents: -1 # Number of events to create
42 }
43 
44 
45 physics.analyzers.daqanafasth.HitLabel: "fasthit" # string for the process that made the fast hits
46