1 #include "services_dune.fcl"
4 process_name: Checkgeodphase
8 #Load the service that manages root files for histograms.
9 TFileService: { fileName: "standard_reco_hist.root" }
11 MemoryTracker: { } #default is one
12 RandomNumberGenerator: {} #ART native random number generator
13 @table::dunefddphase_services_legacy
14 message: @local::standard_info
18 #services.Geometry: @local::dunedphase10kt_workspace_geo
20 #source is now a root file
23 module_type: EmptyEvent
24 maxEvents: 1 # Number of events to create
36 ana: [ checkgeodphase ]
38 #define the output stream, there could be more than one if using filters
41 #trigger_paths is a keyword and contains the paths that modify the art::event,
42 #ie filters and producers
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 ]
51 # define the list of LArSoft modules to run through the simulate path
53 physics.analyzers.checkgeodphase: {
54 module_type: "CheckDPhaseGeometry"