Geant4-11
Public Member Functions | Protected Attributes
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 G4double GetCosTheta (const G4double &ekin, const G4double &pcm) const
 
virtual G4double GetCosTheta (G4int ptype, G4double ekin) const =0
 
virtual const G4StringGetName () const
 
virtual void setVerboseLevel (G4int verbose=0)
 
virtual ~G4VThreeBodyAngDst ()
 

Protected Attributes

G4String theName
 
G4int verboseLevel
 

Detailed Description

Definition at line 39 of file G4VThreeBodyAngDst.hh.

Constructor & Destructor Documentation

◆ G4VThreeBodyAngDst()

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

Definition at line 41 of file G4VThreeBodyAngDst.hh.

42 : G4VTwoBodyAngDst(name, verbose) {;}
G4VTwoBodyAngDst(const G4String &name, G4int verbose=0)
const char * name(G4int ptype)

◆ ~G4VThreeBodyAngDst()

virtual G4VThreeBodyAngDst::~G4VThreeBodyAngDst ( )
inlinevirtual

Definition at line 43 of file G4VThreeBodyAngDst.hh.

43{;}

Member Function Documentation

◆ GetCosTheta() [1/2]

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

Implements G4VTwoBodyAngDst.

Reimplemented in G4InuclParamAngDst.

Definition at line 49 of file G4VThreeBodyAngDst.hh.

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

References GetCosTheta().

◆ GetCosTheta() [2/2]

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

◆ GetName()

virtual const G4String & G4VTwoBodyAngDst::GetName ( ) const
inlinevirtualinherited

Definition at line 49 of file G4VTwoBodyAngDst.hh.

49{ return theName; }

References G4VTwoBodyAngDst::theName.

Referenced by G4CascadeFinalStateAlgorithm::ChooseGenerators().

◆ setVerboseLevel()

virtual void G4VTwoBodyAngDst::setVerboseLevel ( G4int  verbose = 0)
inlinevirtualinherited

Definition at line 48 of file G4VTwoBodyAngDst.hh.

48{ verboseLevel = verbose; }

References G4VTwoBodyAngDst::verboseLevel.

Referenced by G4TwoBodyAngularDist::passVerbose().

Field Documentation

◆ theName

G4String G4VTwoBodyAngDst::theName
protectedinherited

◆ verboseLevel

G4int G4VTwoBodyAngDst::verboseLevel
protectedinherited

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