services_lartpcdetector.fcl
Go to the documentation of this file.
1 #
2 # File: lartpcdetector_services.fcl
3 # Purpose: collect service configurations for a "generic" LArTPC detector
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: October 2nd, 2015
6 # Version: 1.0
7 #
8 # This is a collection of services that should work for our testing geometry,
9 # the "LArTPC detector" geometry.
10 #
11 # Changes:
12 # 20151002 (petrillo@fnal.gov) [v1.0]
13 # original version
14 #
15 
16 #include "geometry_lartpcdetector.fcl"
17 #include "detectorproperties_lartpcdetector.fcl"
18 #include "larproperties_lartpcdetector.fcl"
19 #include "larfft.fcl"
20 #include "simulationservices.fcl"
21 #include "magfield_larsoft.fcl"
22 #include "databaseutil.fcl"
23 #include "backtrackerservice.fcl"
24 #include "particleinventoryservice.fcl"
25 #include "detectorclocks_lartpcdetector.fcl"
26 #include "channelstatus.fcl"
27 
28 BEGIN_PROLOG
29 
30 lartpcdetector_services:
31 {
32  @table::lartpcdetector_geometry_services # from `geometry_lartpcdetector.fcl`
33  DetectorPropertiesService: @local::lartpcdetector_detproperties
34  LArPropertiesService: @local::lartpcdetector_properties
35  LArFFT: @local::standard_larfft
36  BackTrackerService: @local::standard_backtrackerservice
37  ParticleInventoryService: @local::standard_particleinventoryservice
38  DetectorClocksService: @local::lartpcdetector_detectorclocks
39  ChannelStatusService: @local::standard_channelstatus
40 }
41 
42 END_PROLOG