2 # File: servicepacktest.fcl
3 # Purpose: run ServicePack art-based tests
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: November 23, 2015
9 # Runs ServicePack art-based tests on "standard" LArTPC detector configuration.
11 # Service dependencies:
13 # * LArPropertiesService
14 # * DetectorClocksService
15 # * DetectorPropertiesService
18 # 20151123 (petrillo@fnal.gov) [v1.0]
22 #include "geometry_lartpcdetector.fcl"
23 #include "detectorproperties_lartpcdetector.fcl"
24 #include "larproperties_lartpcdetector.fcl"
25 #include "detectorclocks_lartpcdetector.fcl"
27 process_name: ServicePackTest
31 @table::lartpcdetector_geometry_services # geometry_lartpcdetector.fcl
32 LArPropertiesService: @local::lartpcdetector_properties # larproperties_lartpcdetector.fcl
33 DetectorClocksService: @local::lartpcdetector_detectorclocks # detectorclocks_lartpcdetector.fcl
34 DetectorPropertiesService: @local::lartpcdetector_detproperties # detectorproperties_lartpcdetector.fcl
39 module_type: EmptyEvent
40 maxEvents: 0 # Number of events to create
47 sptest: { module_type: "ServicePackTest" }
50 #define the path for analyzer modules, order does not matter.