PDFastSimPAR.fcl
Go to the documentation of this file.
1 #include "opticalsimparameterisations.fcl"
2 #include "scintillationtime_tool.fcl"
3 
4 BEGIN_PROLOG
5 
6 standard_pdfastsim_par_ar:
7 {
8  module_type: "PDFastSimPAR"
9  SimulationLabel: "IonAndScint"
10  DoFastComponent: true
11  DoSlowComponent: true
12  DoReflectedLight: false
13  IncludeAnodeReflections: false
14  IncludePropTime: true
15  GeoPropTimeOnly: false
16  UseLitePhotons: true
17  OpaqueCathode: true
18  OnlyActiveVolume: true
19  OnlyOneCryostat: false
20  ScintTimeTool: @local::ScintTimeLAr
21 
22  VUVTiming: @local::common_vuv_timing_parameterization
23  #VISTiming:
24  #VUVHits: # This is detector-specific, and without a real configuration this module won't work
25  #VISHits:
26 }
27 
28 
29 END_PROLOG