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