crp_dune.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 dunefddphase_crpgain: {
4  service_provider: CrpGainService
5  LogLevel: 1
6  CrpDefaultGain: 6
7  CrpNumLem: 36
8  LemViewChans: 160
9  LemEffTool: ""
10 }
11 
12 # protodune dp LEM efficiency map for CFR-35 design
13 protodunedphase_crpgain: @local::dunefddphase_crpgain
14 protodunedphase_crpgain.LemEffTool: "lemEfficiency"
15 
16 # simple CRP gain service configuration always returns one number
17 single_crpgain: @local::dunefddphase_crpgain
18 single_crpgain.CrpNumLem: 1
19 single_crpgain.LemEffTool: ""
20 
21 
22 END_PROLOG