12#include <framework/core/Module.h>
15#include <cdc/simulation/CDCSimControlPar.h>
16#include <cdc/geometry/CDCGeoControlPar.h>
39 void event()
override;
The Class for Detailed Digitization of CDC.
int m_materialDefinitionMode
Material definition mode.
bool m_timeWalk
Switch for time walk in translator.
bool m_chMapInputType
Channel map input type.
bool m_alignment
Switch for alignment.
std::string m_displacementFile
Displacement file.
double m_addFudgeFactorForSigmaForMC
Additional fudge factor for space resol.
bool m_wireSag
Switch for sense wire sag.
bool m_alignmentInputType
Alignment input type.
std::string m_chMapFile
Channel map file.
void initialize() override
Initialize.
double m_minTrackLength
Minimum track length for G4 step (cm)
double m_addFudgeFactorForSigmaForData
Additional fudge factor for space resol.
void event() override
Actual digitization of all hits in the CDC.
bool m_displacementInputType
Displacement input type.
bool m_bwInputType
Bad wire input type.
std::string m_misalignmentFile
Misalignment file.
bool m_xtInputType
Xt input type.
bool m_debug4Sim
Switch for debug printing.
bool m_eDepToADCInputType
EDep-to-adc input type.
std::string m_eDepToADCFile
EDep-to-adc file.
bool m_displacement
Switch for displacement.
bool m_printMaterialTable
Switch for printing the G4 material table.
std::string m_twFile
Time walk file.
std::string m_propSpeedFile
Prop-apeed file.
std::string m_sigmaFile
Sigma file.
std::string m_bwFile
Bad wire file.
bool m_misalignmentInputType
Misalignment input type.
CDC::CDCGeoControlPar & m_gcp
Reference to CDCGeo...
std::string m_t0File
T0 file.
std::string m_alignmentFile
Alignment file.
bool m_propSpeedInputType
Prop-apeed input type.
bool m_misalignment
Switch for misalignment.
bool m_mapperGeometry
Mapper geometry flag.
double m_thresholdEnergyDeposit
Energy thresh.
double m_mapperPhiAngle
Mapper phi-angle(deg).
bool m_t0InputType
T0 input type.
bool m_debug4Geo
Switch for debug printing.
bool m_twInputType
Time walk input type.
int m_senseWireZposMode
Sense wire Z pos.
std::string m_xtFile
Xt file.
bool m_sigmaInputType
Sigma input type.
bool m_modLeftRightFlag
Switch for modified left/right flag.
CDCJobCntlParModifierModule()
Constructor.
CDC::CDCSimControlPar & m_scp
Reference to CDCSim...
The Class for CDC Geometry Control Parameters.
The Class for CDC Simulation Control Parameters.
Abstract base class for different kinds of events.