1 #include "Geometry.fcl"
2 #include "evdservices_base.fcl"
3 #include "DetectorProperties.fcl"
4 #include "GArProperties.fcl"
5 #include "ECALProperties.fcl"
6 #include "DetectorClocks.fcl"
12 # Load the service that manages root files for histograms.
13 message: @local::evd_message
14 #See Geometry.fcl for the list of geometries available
15 GeometryGAr: @local::dayone_geo
16 ExptGeoHelperInterface: @local::standard_geometry_helper # from Geometry.fcl
17 DetectorProperties: @local::standard_detproperties # from DetectorProperties.fcl
18 GArProperties: @local::standard_garproperties # from GArProperties.fcl
19 ECALProperties: @local::standard_ecalproperties # from ECALProperties.fcl
20 DetectorClocks: @local::standard_clocks # from DetectorClocks.fcl
21 RootGraphicsEnablingService: {}
22 EventDisplay3DService: {}
27 #Look at the input files
30 module_type: RootInput
31 fileNames: [ "data.root" ]
32 maxEvents: -1 # Number of events to create
37 # Define and configure some modules to do work on each event.
38 # First modules are defined; they are scheduled later.
39 # Modules are grouped by type.
49 evdisp: @local::evd3D_dayone_5plane
52 #list the modules for this path, order matters, filters reject all following items
55 #end_path are things that do not modify art::Event, includes analyzers
56 #and output modules. all items here can be run simultaneously