checkgeodphase.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: Checkgeodphase
5 
6 services:
7 {
8  #Load the service that manages root files for histograms.
9  TFileService: { fileName: "standard_reco_hist.root" }
10  TimeTracker: {}
11  MemoryTracker: { } #default is one
12  RandomNumberGenerator: {} #ART native random number generator
13  @table::dunefddphase_services_legacy
14  message: @local::standard_info
15 }
16 
17 # workspace geometry
18 #services.Geometry: @local::dunedphase10kt_workspace_geo
19 
20 #source is now a root file
21 source:
22 {
23  module_type: EmptyEvent
24  maxEvents: 1 # Number of events to create
25 }
26 
27 outputs:
28 {
29 }
30 
31 physics:
32 {
33  producers:{}
34  filters: {}
35  analyzers:{}
36  ana: [ checkgeodphase ]
37 
38  #define the output stream, there could be more than one if using filters
39  stream1: [ ]
40 
41  #trigger_paths is a keyword and contains the paths that modify the art::event,
42  #ie filters and producers
43  trigger_paths: []
44 
45  #end_paths is a keyword and contains the paths that do not modify the art::Event,
46  #ie analyzers and output streams. these all run simultaneously
47  #end_paths: [ stream1, ana ]
48  end_paths: [ ana ]
49 }
50 
51 # define the list of LArSoft modules to run through the simulate path
52 
53 physics.analyzers.checkgeodphase: {
54  module_type: "CheckDPhaseGeometry"
55 }