#include <CMSTrackingCutModel.h>
Public Member Functions | |
CMSTrackingCutModel (const G4ParticleDefinition *) | |
void | InitialiseForStep (G4double fac, G4double rms) |
virtual G4double | SampleEnergyDepositEcal (G4double kinEnergy) |
virtual | ~CMSTrackingCutModel () |
Protected Attributes | |
G4double | deltaE_ |
G4double | factor_ |
const G4ParticleDefinition * | particle_ |
G4double | rms_ |
Definition at line 14 of file CMSTrackingCutModel.h.
|
explicit |
Definition at line 9 of file CMSTrackingCutModel.cc.
References deltaE_.
|
virtual |
Definition at line 16 of file CMSTrackingCutModel.cc.
|
inline |
Definition at line 31 of file CMSTrackingCutModel.h.
References factor_, SiStripPI::rms, and rms_.
Referenced by ElectronLimiter::PostStepGetPhysicalInteractionLength().
|
virtual |
Definition at line 18 of file CMSTrackingCutModel.cc.
References deltaE_, factor_, and rms_.
Referenced by ElectronLimiter::PostStepDoIt().
|
protected |
Definition at line 26 of file CMSTrackingCutModel.h.
Referenced by CMSTrackingCutModel(), and SampleEnergyDepositEcal().
|
protected |
Definition at line 27 of file CMSTrackingCutModel.h.
Referenced by InitialiseForStep(), and SampleEnergyDepositEcal().
|
protected |
Definition at line 24 of file CMSTrackingCutModel.h.
|
protected |
Definition at line 28 of file CMSTrackingCutModel.h.
Referenced by InitialiseForStep(), and SampleEnergyDepositEcal().