Geant4-11
Public Member Functions | Protected Attributes
G4VTwoBodyAngDst Class Referenceabstract

#include <G4VTwoBodyAngDst.hh>

Inheritance diagram for G4VTwoBodyAngDst:
G4NumIntTwoBodyAngDst< 15, 19 > G4NumIntTwoBodyAngDst< 11, 19 > G4ParamExpTwoBodyAngDst< 10 > G4ParamExpTwoBodyAngDst< 9 > G4NumIntTwoBodyAngDst< NKEBINS, NANGLES > G4ParamExpTwoBodyAngDst< NKEBINS > G4VThreeBodyAngDst G4GamP2NPipAngDst G4GamP2PPi0AngDst G4NP2NPAngDst G4PP2PPAngDst G4Pi0P2Pi0PAngDst G4PimP2Pi0NAngDst G4PimP2PimPAngDst G4PipP2PipPAngDst G4GammaNuclAngDst G4HadNElastic1AngDst G4HadNElastic2AngDst G4PiNInelasticAngDst G4NuclNuclAngDst G4InuclParamAngDst

Public Member Functions

 G4VTwoBodyAngDst (const G4String &name, G4int verbose=0)
 
virtual G4double GetCosTheta (const G4double &ekin, const G4double &pcm) const =0
 
virtual const G4StringGetName () const
 
virtual void setVerboseLevel (G4int verbose=0)
 
virtual ~G4VTwoBodyAngDst ()
 

Protected Attributes

G4String theName
 
G4int verboseLevel
 

Detailed Description

Definition at line 41 of file G4VTwoBodyAngDst.hh.

Constructor & Destructor Documentation

◆ G4VTwoBodyAngDst()

G4VTwoBodyAngDst::G4VTwoBodyAngDst ( const G4String name,
G4int  verbose = 0 
)

Definition at line 34 of file G4VTwoBodyAngDst.cc.

35 : theName(name), verboseLevel(verbose)
36{
37 if (verboseLevel) G4cout << " >>> " << theName << " ctor " << G4endl;
38}
#define G4endl
Definition: G4ios.hh:57
G4GLOB_DLL std::ostream G4cout
const char * name(G4int ptype)

References G4cout, G4endl, theName, and verboseLevel.

◆ ~G4VTwoBodyAngDst()

virtual G4VTwoBodyAngDst::~G4VTwoBodyAngDst ( )
inlinevirtual

Definition at line 44 of file G4VTwoBodyAngDst.hh.

44{;}

Member Function Documentation

◆ GetCosTheta()

virtual G4double G4VTwoBodyAngDst::GetCosTheta ( const G4double ekin,
const G4double pcm 
) const
pure virtual

◆ GetName()

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

Definition at line 49 of file G4VTwoBodyAngDst.hh.

49{ return theName; }

References theName.

Referenced by G4CascadeFinalStateAlgorithm::ChooseGenerators().

◆ setVerboseLevel()

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

Definition at line 48 of file G4VTwoBodyAngDst.hh.

48{ verboseLevel = verbose; }

References verboseLevel.

Referenced by G4TwoBodyAngularDist::passVerbose().

Field Documentation

◆ theName

G4String G4VTwoBodyAngDst::theName
protected

Definition at line 52 of file G4VTwoBodyAngDst.hh.

Referenced by G4VTwoBodyAngDst(), G4InuclParamAngDst::GetCosTheta(), and GetName().

◆ verboseLevel

G4int G4VTwoBodyAngDst::verboseLevel
protected

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