IonizationReadout.fcl
Go to the documentation of this file.
1 #include "IonizationAndScintillation.fcl"
2 #include "ElectronDriftAlg.fcl"
3 #include "TPCReadoutSimAlg.fcl"
4 
5 BEGIN_PROLOG
6 
7 standard_ionizationreadout:
8 {
9  module_type: "IonizationReadout"
10  G4ModuleLabel: "geant"
11  ISCalcPars: @local::standard_ionizationandscintillation
12  ElectronDriftAlgPars: @local::standard_electrondrift
13  TPCReadoutSimAlgPars: @local::standard_tpcreadoutsimalg
14  UsePRF: true # use pad readout function
15  PRFFileName: "MPD/TPCPRF/mpdtpcprf_v1.root" # rootfile for pad readout function
16 }
17 
18 END_PROLOG