1 #ifndef MATERIALEFFECTSSIMULATOR_H 2 #define MATERIALEFFECTSSIMULATOR_H 38 inline double theA()
const {
return A; }
40 inline double theZ()
const {
return Z; }
46 inline double excitE()
const {
return 12.5E-9 *
theZ(); }
48 inline double eMass()
const {
return 0.000510998902; }
double radLenIncm() const
One radiation length in cm.
virtual void compute(ParticlePropagator &Particle, RandomEngineAndDistribution const *)=0
Overloaded in all material effects updtators.
static const char * normal
RHEP_const_iter endDaughters() const
Returns const iterator to the end of the daughters list.
double radiationLength() const
Returns the fraction of radiation lengths traversed.
int closestDaughterId()
The id of the closest charged daughter (filled for nuclear interactions only)
void setNormalVector(const GlobalVector &normal)
Sets the vector normal to the surface traversed.
double rho() const
Density in g/cm3.
void updateState(ParticlePropagator &myTrack, double radlen, RandomEngineAndDistribution const *)
Compute the material effect (calls the sub class)
virtual ~MaterialEffectsSimulator()
std::vector< RawParticle >::const_iterator RHEP_const_iter
double eMass() const
Electron mass in GeV/c2.
MaterialEffectsSimulator(double A=28.0855, double Z=14.0000, double density=2.329, double radLen=9.360)
XYZVector orthogonal(const XYZVector &) const
A vector orthogonal to another one (because it's not in XYZTLorentzVector)
double excitE() const
Mean excitation energy (in GeV)
RHEP_const_iter beginDaughters() const
Returns const iterator to the beginning of the daughters list.
std::vector< RawParticle > _theUpdatedState
math::XYZVector XYZVector
unsigned nDaughters() const
Returns the number of daughters.
int theClosestChargedDaughterId
GlobalVector theNormalVector
virtual void save()
Used by NuclearInteractionSimulator to save last sampled event.