| Geant4-11
    | 
#include <G4ParamExpTwoBodyAngDst.hh>
 
  
| Public Types | |
| enum | { nKEbins =NKEBINS } | 
| Public Member Functions | |
| G4ParamExpTwoBodyAngDst (const G4String &name, const G4double(&kebins)[nKEbins], const G4double(&pFrac)[nKEbins], const G4double(&pA)[nKEbins], const G4double(&pC)[nKEbins], const G4double(&pCos)[nKEbins], G4int verbose=0) | |
| virtual G4double | GetCosTheta (const G4double &ekin, const G4double &pcm) const | 
| virtual const G4String & | GetName () const | 
| virtual void | setVerboseLevel (G4int verbose=0) | 
| virtual | ~G4ParamExpTwoBodyAngDst () | 
| Protected Attributes | |
| const G4double(& | angleCut )[nKEbins] | 
| const G4double(& | cosScale )[nKEbins] | 
| G4CascadeInterpolator< NKEBINS > | interpolator | 
| const G4double(& | labKE )[nKEbins] | 
| const G4double(& | largeScale )[nKEbins] | 
| const G4double(& | smallScale )[nKEbins] | 
| G4String | theName | 
| G4int | verboseLevel | 
Definition at line 42 of file G4ParamExpTwoBodyAngDst.hh.
| anonymous enum | 
| 
 | inline | 
Definition at line 46 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | inlinevirtual | 
Definition at line 56 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | virtual | 
Implements G4VTwoBodyAngDst.
| 
 | inlinevirtualinherited | 
Definition at line 49 of file G4VTwoBodyAngDst.hh.
References G4VTwoBodyAngDst::theName.
Referenced by G4CascadeFinalStateAlgorithm::ChooseGenerators().
| 
 | inlinevirtualinherited | 
Definition at line 48 of file G4VTwoBodyAngDst.hh.
References G4VTwoBodyAngDst::verboseLevel.
Referenced by G4TwoBodyAngularDist::passVerbose().
| 
 | protected | 
Definition at line 65 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protected | 
Definition at line 72 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protected | 
Definition at line 74 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protected | 
Definition at line 62 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protected | 
Definition at line 69 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protected | 
Definition at line 68 of file G4ParamExpTwoBodyAngDst.hh.
| 
 | protectedinherited | 
Definition at line 52 of file G4VTwoBodyAngDst.hh.
Referenced by G4VTwoBodyAngDst::G4VTwoBodyAngDst(), G4InuclParamAngDst::GetCosTheta(), and G4VTwoBodyAngDst::GetName().
| 
 | protectedinherited | 
Definition at line 53 of file G4VTwoBodyAngDst.hh.
Referenced by G4VTwoBodyAngDst::G4VTwoBodyAngDst(), G4InuclParamAngDst::GetCosTheta(), and G4VTwoBodyAngDst::setVerboseLevel().