All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
database_sbnd.fcl
Go to the documentation of this file.
1 #
2 # File: database_sbnd.fcl
3 # Purpose: configuration for database-accessing services for SBND
4 # Date: January 8th, 2016
5 #
6 #
7 
8 #include "database_standard.fcl"
9 
10 BEGIN_PROLOG
11 
12 # ##############################################################################
13 # pedestal access;
14 # ------------------------------------------------------------------------------
15 # the default configuration has database access disabled,
16 # and returns a fixed value no matter what.
17 # We can override that value here.
18 sbnd_detpedestalservice: {
19  service_provider: SIOVDetPedestalService
20  DetPedestalRetrievalAlg: @local::standard_pedestalretrievalalg
21 }
22 
23 # Ditto: we set the pedestals to reflect the current simulation settings from
24 # detsimmodules_sbnd.fcl
25 sbnd_detpedestalservice.DetPedestalRetrievalAlg.DefaultCollMean: 650
26 sbnd_detpedestalservice.DetPedestalRetrievalAlg.DefaultIndMean: 2000
27 
28 # ##############################################################################
29 
30 END_PROLOG