Geant4
10.01.p02
|
#include <G4VTwoBodyAngDst.hh>
Public Member Functions | |
G4VTwoBodyAngDst (const G4String &name, G4int verbose=0) | |
virtual | ~G4VTwoBodyAngDst () |
virtual G4double | GetCosTheta (const G4double &ekin, const G4double &pcm) const =0 |
virtual void | setVerboseLevel (G4int verbose=0) |
virtual const G4String & | GetName () const |
Protected Attributes | |
G4String | theName |
G4int | verboseLevel |
Definition at line 42 of file G4VTwoBodyAngDst.hh.
Definition at line 35 of file G4VTwoBodyAngDst.cc.
References G4cout, G4endl, theName, and verboseLevel.
|
inlinevirtual |
Definition at line 45 of file G4VTwoBodyAngDst.hh.
|
pure virtual |
Implemented in G4NumIntTwoBodyAngDst< NKEBINS, NANGLES >, G4NumIntTwoBodyAngDst< 11, 19 >, G4NumIntTwoBodyAngDst< 15, 19 >, G4ParamExpTwoBodyAngDst< NKEBINS >, G4ParamExpTwoBodyAngDst< 10 >, G4ParamExpTwoBodyAngDst< 9 >, G4InuclParamAngDst, and G4VThreeBodyAngDst.
Referenced by G4CascadeFinalStateAlgorithm::GenerateCosTheta(), and G4CascadeFinalStateAlgorithm::GenerateTwoBody().
|
inlinevirtual |
Definition at line 50 of file G4VTwoBodyAngDst.hh.
References theName.
Referenced by G4CascadeFinalStateAlgorithm::ChooseGenerators().
|
inlinevirtual |
Definition at line 49 of file G4VTwoBodyAngDst.hh.
References verboseLevel.
Referenced by G4TwoBodyAngularDist::passVerbose().
|
protected |
Definition at line 53 of file G4VTwoBodyAngDst.hh.
Referenced by G4VTwoBodyAngDst(), and GetName().
|
protected |
Definition at line 54 of file G4VTwoBodyAngDst.hh.
Referenced by G4VTwoBodyAngDst(), and setVerboseLevel().