Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4AlphaBuilder Class Reference

#include <G4AlphaBuilder.hh>

Public Member Functions

 G4AlphaBuilder ()
 
virtual ~G4AlphaBuilder ()
 
void Build ()
 
void RegisterMe (G4VAlphaBuilder *aB)
 

Detailed Description

Definition at line 46 of file G4AlphaBuilder.hh.

Constructor & Destructor Documentation

G4AlphaBuilder::G4AlphaBuilder ( )

Definition at line 56 of file G4AlphaBuilder.cc.

56  : wasActivated(false)
57  {
58  theAlphaInelastic=new G4AlphaInelasticProcess;
59  }
G4AlphaBuilder::~G4AlphaBuilder ( )
virtual

Definition at line 62 of file G4AlphaBuilder.cc.

63  {}

Member Function Documentation

void G4AlphaBuilder::Build ( )

Definition at line 43 of file G4AlphaBuilder.cc.

44  {
45  wasActivated = true;
46  std::vector<G4VAlphaBuilder *>::iterator i;
47  for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++)
48  {
49  (*i)->Build(theAlphaInelastic);
50  }
52  theProcMan->AddDiscreteProcess(theAlphaInelastic);
53  }
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4ProcessManager * GetProcessManager() const
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89

Here is the call graph for this function:

void G4AlphaBuilder::RegisterMe ( G4VAlphaBuilder aB)
inline

Definition at line 54 of file G4AlphaBuilder.hh.

54 {theModelCollections.push_back(aB);}

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