CfSource Class Reference

Ratpac-two: RAT::CfSource Class Reference
Ratpac-two
RAT::CfSource Class Reference

Public Member Functions

 CfSource (int newIsotope=252)
 
 ~CfSource ()
 
 CfSource (const CfSource &CfSource)
 
CfSourceoperator= (const CfSource &rhs)
 
int GetNumNeutron () const
 
int GetNumGamma () const
 
CLHEP::HepLorentzVector GetCfNeutronMomentum (int n) const
 
double GetCfNeutronTime (int n) const
 
CLHEP::HepLorentzVector GetCfGammaMomentum (int n) const
 
double GetCfGammaTime (int n) const
 

Constructor & Destructor Documentation

◆ CfSource() [1/2]

RAT::CfSource::CfSource ( int  newIsotope = 252)

CfSource constructor. Use a default isotope of Cf252, which currently is the only isotope implement in this class.

◆ ~CfSource()

RAT::CfSource::~CfSource ( )

CfSource destructor.

◆ CfSource() [2/2]

RAT::CfSource::CfSource ( const CfSource CfSource)

CfSource copy constructor.

Member Function Documentation

◆ GetCfGammaMomentum()

CLHEP::HepLorentzVector RAT::CfSource::GetCfGammaMomentum ( int  n) const
inline

Returns the energy of the gammas produced by each Cf decay. Called with the integer index for each gamma in the gammaE array, from 0 to the total number of gammas/source.

◆ GetCfNeutronMomentum()

CLHEP::HepLorentzVector RAT::CfSource::GetCfNeutronMomentum ( int  n) const
inline

Returns the energy of the neutrons produced by each Cf decay. Called with the integer index for each neutron in the neutronE array, from 0 to the total number of neutrons.

◆ GetNumGamma()

int RAT::CfSource::GetNumGamma ( ) const
inline

Returns the prompt photon multiplicity

◆ GetNumNeutron()

int RAT::CfSource::GetNumNeutron ( ) const
inline

Returns the neutron multiplicity

◆ operator=()

CfSource & RAT::CfSource::operator= ( const CfSource rhs)

CfSource overloaded = operator


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/gen/include/RAT/CfSource.hh
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/gen/src/CfSource.cc