Class ElasticScattering
Defined in File ElasticScattering.h
Inheritance Relationships
Base Type
public Module
(Class Module)
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)
-
std::string getInteractionTag() const
-
void setInteractionTag(std::string tag)
-
virtual std::string getDescription() const
-
void setDescription(const std::string &description)
-
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
-
ElasticScattering(ref_ptr<PhotonField> photonField)