1 #include "geometry.fcl"
2 #include "detectorproperties.fcl"
3 #include "larproperties.fcl"
4 #include "detectorclocks.fcl"
6 process_name: LArPropTest
10 ExptGeoHelperInterface: @local::standard_geometry_helper
11 GeometryConfigurationWriter: {}
12 Geometry: @local::standard_geo
13 DetectorPropertiesService: @local::standard_detproperties
14 LArPropertiesService: @local::standard_properties
15 DetectorClocksService: @local::standard_detectorclocks
20 module_type: EmptyEvent
21 maxEvents: 0 # Number of events to create
33 lartest: { module_type: "LArPropTest" }
36 #define the path for analyzer modules, order does not matter.
37 #see lines starting physics.analyzers below
40 #trigger_paths is a keyword and contains the paths that modify the art::event,
41 #ie filters and producers
44 #end_paths is a keyword and contains the paths that do not modify the art::Event,
45 #ie analyzers and output streams. these all run simultaneously
49 physics.analyzers.lartest:
51 module_type: "LArPropTest"