Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VThreeBodyAngDst Class Referenceabstract

#include <G4VThreeBodyAngDst.hh>

Inheritance diagram for G4VThreeBodyAngDst:
G4VTwoBodyAngDst G4InuclParamAngDst G4HadNucl3BodyAngDst G4NuclNucl3BodyAngDst

Public Member Functions

 G4VThreeBodyAngDst (const G4String &name, G4int verbose=0)
 
virtual ~G4VThreeBodyAngDst ()
 
virtual G4double GetCosTheta (G4int ptype, G4double ekin) const =0
 
virtual G4double GetCosTheta (const G4double &ekin, const G4double &pcm) const
 
- Public Member Functions inherited from G4VTwoBodyAngDst
 G4VTwoBodyAngDst (const G4String &name, G4int verbose=0)
 
virtual ~G4VTwoBodyAngDst ()
 
virtual void setVerboseLevel (G4int verbose=0)
 
virtual const G4StringGetName () const
 

Additional Inherited Members

- Protected Attributes inherited from G4VTwoBodyAngDst
G4String theName
 
G4int verboseLevel
 

Detailed Description

Definition at line 40 of file G4VThreeBodyAngDst.hh.

Constructor & Destructor Documentation

G4VThreeBodyAngDst::G4VThreeBodyAngDst ( const G4String name,
G4int  verbose = 0 
)
inline

Definition at line 42 of file G4VThreeBodyAngDst.hh.

43  : G4VTwoBodyAngDst(name, verbose) {;}
G4VTwoBodyAngDst(const G4String &name, G4int verbose=0)
virtual G4VThreeBodyAngDst::~G4VThreeBodyAngDst ( )
inlinevirtual

Definition at line 44 of file G4VThreeBodyAngDst.hh.

44 {;}

Member Function Documentation

virtual G4double G4VThreeBodyAngDst::GetCosTheta ( G4int  ptype,
G4double  ekin 
) const
pure virtual
virtual G4double G4VThreeBodyAngDst::GetCosTheta ( const G4double ekin,
const G4double pcm 
) const
inlinevirtual

Implements G4VTwoBodyAngDst.

Reimplemented in G4InuclParamAngDst.

Definition at line 50 of file G4VThreeBodyAngDst.hh.

References GetCosTheta().

50  {
51  return this->GetCosTheta((G4int)pcm, ekin);
52  }
int G4int
Definition: G4Types.hh:78
virtual G4double GetCosTheta(G4int ptype, G4double ekin) const =0

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