11#include <simulation/kernel/SensitiveDetectorBase.h>
13#include <Math/Vector3D.h>
42 bool step(G4Step* aStep, G4TouchableHistory*)
override;
The Class for BeamBackground Sensitive Detector.
double m_energyDeposit
Energy deposited in volume.
ROOT::Math::XYZVector m_startPos
Particle position at the entrance in volume.
double m_startEnergy
Particle energy at the entrance in volume.
double m_startTime
Global time.
double m_trackLength
Length of the track in the volume.
int m_eclrepscale
Replica (=sector) scale in ECL.
int m_subDet
Subdetector id number.
ROOT::Math::XYZVector m_startMom
Particle momentum at the entrance in volume.
int m_identifier
Identifier of subdetector component.
Base class for all Sensitive Detectors to create hits during simulation.
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Abstract base class for different kinds of events.