Geant4-11
Public Types | Public Member Functions | Protected Attributes
G4ParamExpTwoBodyAngDst< NKEBINS > Class Template Reference

#include <G4ParamExpTwoBodyAngDst.hh>

Inheritance diagram for G4ParamExpTwoBodyAngDst< NKEBINS >:
G4VTwoBodyAngDst

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 G4StringGetName () 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
 

Detailed Description

template<G4int NKEBINS>
class G4ParamExpTwoBodyAngDst< NKEBINS >

Definition at line 42 of file G4ParamExpTwoBodyAngDst.hh.

Member Enumeration Documentation

◆ anonymous enum

template<G4int NKEBINS>
anonymous enum
Enumerator
nKEbins 

Definition at line 44 of file G4ParamExpTwoBodyAngDst.hh.

44{ nKEbins=NKEBINS }; // For use in function arguments

Constructor & Destructor Documentation

◆ G4ParamExpTwoBodyAngDst()

template<G4int NKEBINS>
G4ParamExpTwoBodyAngDst< NKEBINS >::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 
)
inline

Definition at line 46 of file G4ParamExpTwoBodyAngDst.hh.

53 : G4VTwoBodyAngDst(name, verbose), labKE(kebins), angleCut(pFrac),
const G4double(& smallScale)[nKEbins]
const G4double(& largeScale)[nKEbins]
const G4double(& labKE)[nKEbins]
const G4double(& angleCut)[nKEbins]
const G4double(& cosScale)[nKEbins]
G4CascadeInterpolator< NKEBINS > interpolator
G4VTwoBodyAngDst(const G4String &name, G4int verbose=0)
const char * name(G4int ptype)

◆ ~G4ParamExpTwoBodyAngDst()

template<G4int NKEBINS>
virtual G4ParamExpTwoBodyAngDst< NKEBINS >::~G4ParamExpTwoBodyAngDst ( )
inlinevirtual

Definition at line 56 of file G4ParamExpTwoBodyAngDst.hh.

56{;}

Member Function Documentation

◆ GetCosTheta()

template<G4int NKEBINS>
virtual G4double G4ParamExpTwoBodyAngDst< NKEBINS >::GetCosTheta ( const G4double ekin,
const G4double pcm 
) const
virtual

Implements G4VTwoBodyAngDst.

◆ 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

◆ angleCut

template<G4int NKEBINS>
const G4double(& G4ParamExpTwoBodyAngDst< NKEBINS >::angleCut)[nKEbins]
protected

Definition at line 65 of file G4ParamExpTwoBodyAngDst.hh.

◆ cosScale

template<G4int NKEBINS>
const G4double(& G4ParamExpTwoBodyAngDst< NKEBINS >::cosScale)[nKEbins]
protected

Definition at line 72 of file G4ParamExpTwoBodyAngDst.hh.

◆ interpolator

template<G4int NKEBINS>
G4CascadeInterpolator<NKEBINS> G4ParamExpTwoBodyAngDst< NKEBINS >::interpolator
protected

Definition at line 74 of file G4ParamExpTwoBodyAngDst.hh.

◆ labKE

template<G4int NKEBINS>
const G4double(& G4ParamExpTwoBodyAngDst< NKEBINS >::labKE)[nKEbins]
protected

Definition at line 62 of file G4ParamExpTwoBodyAngDst.hh.

◆ largeScale

template<G4int NKEBINS>
const G4double(& G4ParamExpTwoBodyAngDst< NKEBINS >::largeScale)[nKEbins]
protected

Definition at line 69 of file G4ParamExpTwoBodyAngDst.hh.

◆ smallScale

template<G4int NKEBINS>
const G4double(& G4ParamExpTwoBodyAngDst< NKEBINS >::smallScale)[nKEbins]
protected

Definition at line 68 of file G4ParamExpTwoBodyAngDst.hh.

◆ theName

G4String G4VTwoBodyAngDst::theName
protectedinherited

◆ verboseLevel

G4int G4VTwoBodyAngDst::verboseLevel
protectedinherited

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