1 #include "CLHEP/Vector/ThreeVector.h" 21 #include "cetlib_except/exception.h" 79 float x,
float y,
float z){
85 if(dEdx < 1.) dEdx = 1.;
89 double Xi =
fModBoxB * dEdx / EFieldStep;
105 <<
" MeV deposited with " << recomb
122 LOG_DEBUG(
"ISCalculationSeparate") <<
"scintillating by particle type";
183 double EField = efield;
virtual bool EnableSimEfieldSCE() const =0
Store parameters for running LArG4.
virtual double AlphaScintYield(bool prescale=false) const =0
geo::Length_t StepLength() const
const detinfo::DetectorProperties * fDetProp
bool fUseModBoxRecomb
from LArG4Parameters service
double fEnergyDeposit
total energy deposited in the step
const spacecharge::SpaceCharge * fSCE
double fScintYieldFactor
scintillation yield factor
const detinfo::LArProperties * fLArProp
bool UseModBoxRecomb() const
void CalculateScintillation(float e, int pdg)
double fRecombA
from LArG4Parameters service
virtual ~ISCalculationSeparate()
double fNumIonElectrons
number of ionization electrons for this step
double fNumScintPhotons
number of scintillation photons for this step
virtual double ProtonScintYield(bool prescale=false) const =0
double EFieldAtStep(double efield, sim::SimEnergyDeposit const &edep)
geo::Vector_t fEfieldOffsets
virtual double Temperature() const =0
virtual double ElectronScintYield(bool prescale=false) const =0
double fModBoxB
from LArG4Parameters service
virtual double PionScintYield(bool prescale=false) const =0
void CalculateIonizationAndScintillation(sim::SimEnergyDeposit const &edep)
const sim::LArG4Parameters * fLArG4Prop
virtual double Density(double temperature) const =0
Returns argon density at a given temperature.
geo::Length_t MidPointX() const
geo::Length_t MidPointY() const
virtual geo::Vector_t GetEfieldOffsets(geo::Point_t const &point) const =0
double fRecombk
from LArG4Parameters service
virtual double MuonScintYield(bool prescale=false) const =0
virtual double KaonScintYield(bool prescale=false) const =0
contains information for a single step in the detector simulation
geo::Length_t MidPointZ() const
virtual double ScintYield(bool prescale=false) const =0
void CalculateIonization(float e, float ds, float x, float y, float z)
double fModBoxA
from LArG4Parameters service
virtual double Efield(unsigned int planegap=0) const =0
Returns the nominal electric field in the specified volume.
virtual bool ScintByParticleType() const =0
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double >, ROOT::Math::GlobalCoordinateSystemTag > Point_t
Type for representation of position in physical 3D space.
double GeVToElectrons() const