11 #include <PROPOSAL/PROPOSAL.h> 13 #include <corsika/media/Environment.hpp> 16 #include <corsika/framework/process/ContinuousProcess.hpp> 18 #include <corsika/framework/random/RNGManager.hpp> 19 #include <corsika/framework/random/UniformRealDistribution.hpp> 21 #include <corsika/modules/proposal/ProposalProcessBase.hpp> 23 #include <unordered_map> 37 std::unique_ptr<PROPOSAL::Displacement> disp;
38 std::unique_ptr<PROPOSAL::Scattering>
scatter;
41 std::unordered_map<calc_key_t, Calculator, hash>
56 template <
typename TEnvironment>
64 template <
typename TParticle>
75 template <
typename TParticle,
typename TTrack>
81 template <
typename TParticle,
typename TTrack>
84 void showResults()
const;
90 #include <corsika/detail/modules/proposal/ContinuousProcess.inl> Electro-magnetic and photon continous losses produced by proposal. It makes use of interpolation tabl...
void scatter(TParticle &, HEPEnergyType const &, GrammageType const &)
Multiple Scattering of the lepton. Stochastic deflection is not yet taken into account. Displacment of the track due to multiple scattering is not possible because of the constant referernce. The final direction will be updated anyway.
ProcessReturn doContinuous(TParticle &, TTrack const &track, bool const limitFlag)
Produces the loss and deflection after given distance for the particle. If the particle if below the ...
PROPOSAL base process which handels mapping of particle codes to stored interpolation tables...
ContinuousProcess(TEnvironment const &)
Produces the continuous loss calculator for leptons based on nuclear compositions and stochastic desc...
LengthType getMaxStepLength(TParticle const &, TTrack const &)
Calculates maximal step length of process.
Processes with continuous effects along a particle Trajectory.
ProcessReturn
since in a process sequence many status updates can accumulate for a single particle, this enum should define only bit-flags that can be accumulated easily with "|="
Describes the composition of matter Allowes and handles the creation of custom matter compositions...
Interface to particle properties.