test_stitcher_nearlineana.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "hitfindermodules_dune.fcl"
3 #include "standard_nearline35t.fcl"
4 
5 process_name: NearlineAna
6 
7 services:
8 {
9  TimeTracker: {}
10  MemoryTracker: { } # default is one
11  RandomNumberGenerator: {} #ART native random number generator
12  FileCatalogMetadata: @local::art_file_catalog_mc
13  TFileService: { fileName: "nearlineana_hists.root" }
14  @table::dune35t_services
15 }
16 
17 source: @local::standard_nearlinesplitter
18 
19 physics:
20 {
21  producers:
22  {
23  fasthit: @local::dune35t_fasthitfinder
24  }
25 
26  analyzers:
27  {
28  nearlineana: @local::standard_nearlineana
29  }
30 
31  hitfinding: [ fasthit ]
32  nearline: [ nearlineana ]
33  stream1: [ out1 ]
34  trigger_paths:[ hitfinding ]
35  end_paths: [ nearline ]
36 
37 }
38 
39 outputs:{
40  out1:
41  {
42  module_type: RootOutput
43  fileName: "%ifb_stitcher_hits.root"
44  dataTier: "raw"
45  }
46 }
47 
48 physics.producers.fasthit.DigitModuleLabel: "SplitterInput:TPC"