pedestals_dune.fcl
Go to the documentation of this file.
1 # pedestals_dune.fcl
2 #
3 # David Adams
4 # March 2016
5 #
6 # File now holds the full service configuration instead of only the provider.
7 
8 BEGIN_PROLOG
9 
10 dune_dbpeds: {
11 }
12 
13 dune_fixedpeds: {
14  service_provider: FixedDetPedestalService
15  FixedDetPedestal: {
16  PedMeanU: 1800.0
17  PedMeanV: 1800.0
18  PedMeanZ: 500.0
19  PedRmsU: 2.5
20  PedRmsV: 2.5
21  PedRmsZ: 2.5
22  PedMeanErrU: 0.1
23  PedMeanErrV: 0.1
24  PedMeanErrZ: 0.1
25  PedRmsErrU: 0.1
26  PedRmsErrV: 0.1
27  PedRmsErrZ: 0.1
28  }
29 }
30 
31 dunedp_fixedpeds: {
32  service_provider: DPhaseFixedDetPedestalService
33  FixedDetPedestal: {
34  PedMeanX: 10.0
35  PedMeanY: 10.0
36  PedMeanZ: 10.0
37  PedRmsX: 1.0
38  PedRmsY: 1.0
39  PedRmsZ: 1.0
40  PedMeanErrX: 0.1
41  PedMeanErrY: 0.1
42  PedMeanErrZ: 0.1
43  PedRmsErrX: 0.1
44  PedRmsErrY: 0.1
45  PedRmsErrZ: 0.1
46  }
47 }
48 
49 END_PROLOG