IonAndScint_dune.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 ##
4 # Dune FD
5 ##
6 dunefd_ionandscint_correlated:
7 {
8  module_type: "IonAndScint"
9  Instances: "LArG4DetectorServicevolTPCInner;LArG4DetectorServicevolTPCPlaneVInner;LArG4DetectorServicevolTPCActiveOuter;LArG4DetectorServicevolTPCPlaneUInner;LArG4DetectorServicevolTPCPlaneZInner;LArG4DetectorServicevolTPCActiveInner;LArG4DetectorServicevolTPCActive" # separated by semicolon
10  ISCalcAlg: "Correlated"
11 }
12 dunefd_ionandscint_nest: @local::dunefd_ionandscint_correlated
13 dunefd_ionandscint_nest.ISCalcAlg: "NEST"
14 
15 dunefd_ionandscint_separate: @local::dunefd_ionandscint_correlated
16 dunefd_ionandscint_separate.ISCalcAlg: "Separate"
17 
18 dunefd_ionandscint_larql: @local::dunefd_ionandscint_correlated
19 dunefd_ionandscint_larql.services.LArG4Parameters.UseModLarqlRecomb: true
20 
21 # Choose *the* IonAndScint configuration
22 dunefd_ionandscint: @local::dunefd_ionandscint_correlated
23 
24 # DUNE FD VD specific
25 # active volume
26 dunefdvd_ionandscint: @local::dunefd_ionandscint
27 dunefdvd_ionandscint.Instances: "LArG4DetectorServicevolTPCActive"
28 # external laterals volume
29 dunefdvd_ionandscint_external: @local::dunefd_ionandscint_larql
30 dunefdvd_ionandscint_external.Instances: "LArG4DetectorServicevolExternalActive"
31 
32 ##
33 # ProtoDUNE-SP
34 ##
35 protodune_ionandscint_correlated:
36 {
37  module_type: "IonAndScint"
38  Instances: "LArG4DetectorServicevolTPCActive;LArG4DetectorServicevolTPCActiveOuter"
39  ISCalcAlg: "Correlated"
40  SavePriorSCE: true
41 }
42 protodune_ionandscint_nest: @local::protodune_ionandscint_correlated
43 protodune_ionandscint_nest.ISCalcAlg: "NEST"
44 
45 protodune_ionandscint_separate: @local::protodune_ionandscint_correlated
46 protodune_ionandscint_separate.ISCalcAlg: "Separate"
47 
48 # Choose *the* IonAndScint configuration
49 protodune_ionandscint: @local::protodune_ionandscint_separate
50 
51 
52 
53 END_PROLOG