Geant4  10.00.p02
G4VNeutronHPEnergyAngular Class Referenceabstract

#include <G4VNeutronHPEnergyAngular.hh>

+ Inheritance diagram for G4VNeutronHPEnergyAngular:
+ Collaboration diagram for G4VNeutronHPEnergyAngular:

Public Member Functions

 G4VNeutronHPEnergyAngular ()
 
virtual ~G4VNeutronHPEnergyAngular ()
 
virtual void Init (std::istream &aDataFile)=0
 
virtual G4ReactionProduct * Sample (G4double anEnergy, G4double massCode, G4double mass)=0
 
virtual G4double MeanEnergyOfThisInteraction ()=0
 
void SetNeutron (G4ReactionProduct *aNeutron)
 
void SetTarget (G4ReactionProduct *aTarget)
 
G4ReactionProduct * GetTarget ()
 
G4ReactionProduct * GetNeutron ()
 
G4ReactionProduct * GetCMS ()
 
void SetQValue (G4double aValue)
 
virtual void ClearHistories ()
 

Protected Member Functions

G4double GetQValue ()
 

Private Attributes

G4double theQValue
 
G4ReactionProduct * theTarget
 
G4ReactionProduct * theNeutron
 
G4ReactionProduct theCMS
 

Detailed Description

Definition at line 39 of file G4VNeutronHPEnergyAngular.hh.

Constructor & Destructor Documentation

G4VNeutronHPEnergyAngular::G4VNeutronHPEnergyAngular ( )
inline

Definition at line 43 of file G4VNeutronHPEnergyAngular.hh.

References theNeutron, theQValue, and theTarget.

virtual G4VNeutronHPEnergyAngular::~G4VNeutronHPEnergyAngular ( )
inlinevirtual

Definition at line 49 of file G4VNeutronHPEnergyAngular.hh.

Member Function Documentation

virtual void G4VNeutronHPEnergyAngular::ClearHistories ( )
inlinevirtual

Reimplemented in G4NeutronHPContEnergyAngular.

Definition at line 91 of file G4VNeutronHPEnergyAngular.hh.

Referenced by G4NeutronHPProduct::Sample().

+ Here is the caller graph for this function:

G4ReactionProduct* G4VNeutronHPEnergyAngular::GetCMS ( )
inline

Definition at line 74 of file G4VNeutronHPEnergyAngular.hh.

References theCMS.

G4ReactionProduct* G4VNeutronHPEnergyAngular::GetNeutron ( )
inline

Definition at line 72 of file G4VNeutronHPEnergyAngular.hh.

References theNeutron.

Referenced by G4NeutronHPNBodyPhaseSpace::GetEmax(), G4NeutronHPNBodyPhaseSpace::Sample(), G4NeutronHPContEnergyAngular::Sample(), and G4NeutronHPDiscreteTwoBody::Sample().

+ Here is the caller graph for this function:

G4double G4VNeutronHPEnergyAngular::GetQValue ( )
inlineprotected

Definition at line 80 of file G4VNeutronHPEnergyAngular.hh.

References theQValue.

Referenced by G4NeutronHPNBodyPhaseSpace::GetEmax(), G4NeutronHPIsotropic::Sample(), and G4NeutronHPDiscreteTwoBody::Sample().

+ Here is the caller graph for this function:

G4ReactionProduct* G4VNeutronHPEnergyAngular::GetTarget ( void  )
inline

Definition at line 70 of file G4VNeutronHPEnergyAngular.hh.

References theTarget.

Referenced by G4NeutronHPNBodyPhaseSpace::GetEmax(), G4NeutronHPNBodyPhaseSpace::Sample(), G4NeutronHPContEnergyAngular::Sample(), and G4NeutronHPDiscreteTwoBody::Sample().

+ Here is the caller graph for this function:

virtual void G4VNeutronHPEnergyAngular::Init ( std::istream &  aDataFile)
pure virtual

Implemented in G4NeutronHPLabAngularEnergy, G4NeutronHPContEnergyAngular, G4NeutronHPNBodyPhaseSpace, G4NeutronHPDiscreteTwoBody, and G4NeutronHPIsotropic.

Referenced by G4NeutronHPProduct::Init().

+ Here is the caller graph for this function:

virtual G4double G4VNeutronHPEnergyAngular::MeanEnergyOfThisInteraction ( )
pure virtual

Implemented in G4NeutronHPNBodyPhaseSpace, G4NeutronHPDiscreteTwoBody, G4NeutronHPContEnergyAngular, G4NeutronHPLabAngularEnergy, and G4NeutronHPIsotropic.

Referenced by G4NeutronHPProduct::MeanEnergyOfThisInteraction().

+ Here is the caller graph for this function:

virtual G4ReactionProduct* G4VNeutronHPEnergyAngular::Sample ( G4double  anEnergy,
G4double  massCode,
G4double  mass 
)
pure virtual

Implemented in G4NeutronHPDiscreteTwoBody, G4NeutronHPContEnergyAngular, G4NeutronHPLabAngularEnergy, G4NeutronHPNBodyPhaseSpace, and G4NeutronHPIsotropic.

Referenced by G4NeutronHPProduct::Sample().

+ Here is the caller graph for this function:

void G4VNeutronHPEnergyAngular::SetNeutron ( G4ReactionProduct *  aNeutron)
inline

Definition at line 59 of file G4VNeutronHPEnergyAngular.hh.

References theCMS, theNeutron, and theTarget.

Referenced by G4NeutronHPInelasticBaseFS::BaseApply(), and G4NeutronHPProduct::Sample().

+ Here is the caller graph for this function:

void G4VNeutronHPEnergyAngular::SetQValue ( G4double  aValue)
inline

Definition at line 76 of file G4VNeutronHPEnergyAngular.hh.

References theQValue.

Referenced by G4NeutronHPProduct::Init().

+ Here is the caller graph for this function:

void G4VNeutronHPEnergyAngular::SetTarget ( G4ReactionProduct *  aTarget)
inline

Definition at line 65 of file G4VNeutronHPEnergyAngular.hh.

References theTarget.

Referenced by G4NeutronHPInelasticBaseFS::BaseApply(), and G4NeutronHPProduct::Sample().

+ Here is the caller graph for this function:

Member Data Documentation

G4ReactionProduct G4VNeutronHPEnergyAngular::theCMS
private

Definition at line 88 of file G4VNeutronHPEnergyAngular.hh.

Referenced by GetCMS(), and SetNeutron().

G4ReactionProduct* G4VNeutronHPEnergyAngular::theNeutron
private

Definition at line 87 of file G4VNeutronHPEnergyAngular.hh.

Referenced by G4VNeutronHPEnergyAngular(), GetNeutron(), and SetNeutron().

G4double G4VNeutronHPEnergyAngular::theQValue
private

Definition at line 84 of file G4VNeutronHPEnergyAngular.hh.

Referenced by G4VNeutronHPEnergyAngular(), GetQValue(), and SetQValue().

G4ReactionProduct* G4VNeutronHPEnergyAngular::theTarget
private

The documentation for this class was generated from the following file: