Class ElasticScattering

Inheritance Relationships

Base Type

Class Documentation

class ElasticScattering : public Module

Elastic scattering of background photons on cosmic-ray nuclei.

Public Functions

ElasticScattering(ref_ptr<PhotonField> photonField)

Constructor

Parameters

photonField – target photon field

void initRate(std::string filename)
void initCDF(std::string filename)
void setPhotonField(ref_ptr<PhotonField> photonField)
virtual void process(Candidate *candidate) const
std::string getInteractionTag() const
void setInteractionTag(std::string tag)
virtual std::string getDescription() const
void setDescription(const std::string &description)
inline void process(ref_ptr<Candidate> candidate) const
inline size_t addReference() const
inline size_t removeReference() const
inline int removeReferenceNoDelete() const
inline size_t getReferenceCount() const

Protected Attributes

mutable size_t _referenceCount