| 
    Geant4
    10.00.p02
    
   | 
 
#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 | 
Definition at line 39 of file G4VNeutronHPEnergyAngular.hh.
      
  | 
  inline | 
Definition at line 43 of file G4VNeutronHPEnergyAngular.hh.
References theNeutron, theQValue, and theTarget.
      
  | 
  inlinevirtual | 
Definition at line 49 of file G4VNeutronHPEnergyAngular.hh.
      
  | 
  inlinevirtual | 
Reimplemented in G4NeutronHPContEnergyAngular.
Definition at line 91 of file G4VNeutronHPEnergyAngular.hh.
Referenced by G4NeutronHPProduct::Sample().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 74 of file G4VNeutronHPEnergyAngular.hh.
References theCMS.
      
  | 
  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:
      
  | 
  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:
      
  | 
  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:
      
  | 
  pure virtual | 
Implemented in G4NeutronHPLabAngularEnergy, G4NeutronHPContEnergyAngular, G4NeutronHPNBodyPhaseSpace, G4NeutronHPDiscreteTwoBody, and G4NeutronHPIsotropic.
Referenced by G4NeutronHPProduct::Init().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4NeutronHPNBodyPhaseSpace, G4NeutronHPDiscreteTwoBody, G4NeutronHPContEnergyAngular, G4NeutronHPLabAngularEnergy, and G4NeutronHPIsotropic.
Referenced by G4NeutronHPProduct::MeanEnergyOfThisInteraction().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4NeutronHPDiscreteTwoBody, G4NeutronHPContEnergyAngular, G4NeutronHPLabAngularEnergy, G4NeutronHPNBodyPhaseSpace, and G4NeutronHPIsotropic.
Referenced by G4NeutronHPProduct::Sample().
 Here is the caller graph for this function:
      
  | 
  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:
      
  | 
  inline | 
Definition at line 76 of file G4VNeutronHPEnergyAngular.hh.
References theQValue.
Referenced by G4NeutronHPProduct::Init().
 Here is the caller graph for this function:
      
  | 
  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:
      
  | 
  private | 
Definition at line 88 of file G4VNeutronHPEnergyAngular.hh.
Referenced by GetCMS(), and SetNeutron().
      
  | 
  private | 
Definition at line 87 of file G4VNeutronHPEnergyAngular.hh.
Referenced by G4VNeutronHPEnergyAngular(), GetNeutron(), and SetNeutron().
      
  | 
  private | 
Definition at line 84 of file G4VNeutronHPEnergyAngular.hh.
Referenced by G4VNeutronHPEnergyAngular(), GetQValue(), and SetQValue().
      
  | 
  private | 
Definition at line 86 of file G4VNeutronHPEnergyAngular.hh.
Referenced by G4VNeutronHPEnergyAngular(), GetTarget(), SetNeutron(), and SetTarget().