Geant4  10.02.p03
G4AlphaBuilder Class Reference

#include <G4AlphaBuilder.hh>

Collaboration diagram for G4AlphaBuilder:

Public Member Functions

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

Private Attributes

G4AlphaInelasticProcesstheAlphaInelastic
 
std::vector< G4VAlphaBuilder * > theModelCollections
 
G4bool wasActivated
 

Detailed Description

Definition at line 46 of file G4AlphaBuilder.hh.

Constructor & Destructor Documentation

◆ G4AlphaBuilder()

G4AlphaBuilder::G4AlphaBuilder ( )

Definition at line 56 of file G4AlphaBuilder.cc.

56  : wasActivated(false)
57  {
59  }
G4AlphaInelasticProcess * theAlphaInelastic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~G4AlphaBuilder()

G4AlphaBuilder::~G4AlphaBuilder ( )
virtual

Definition at line 62 of file G4AlphaBuilder.cc.

63  {}
Here is the caller graph for this function:

Member Function Documentation

◆ Build()

void G4AlphaBuilder::Build ( void  )

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  }
53  }
G4AlphaInelasticProcess * theAlphaInelastic
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4ProcessManager * GetProcessManager() const
std::vector< G4VAlphaBuilder * > theModelCollections
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89
Here is the call graph for this function:

◆ RegisterMe()

void G4AlphaBuilder::RegisterMe ( G4VAlphaBuilder aB)
inline

Definition at line 54 of file G4AlphaBuilder.hh.

54 {theModelCollections.push_back(aB);}
std::vector< G4VAlphaBuilder * > theModelCollections

Member Data Documentation

◆ theAlphaInelastic

G4AlphaInelasticProcess* G4AlphaBuilder::theAlphaInelastic
private

Definition at line 57 of file G4AlphaBuilder.hh.

◆ theModelCollections

std::vector<G4VAlphaBuilder *> G4AlphaBuilder::theModelCollections
private

Definition at line 59 of file G4AlphaBuilder.hh.

◆ wasActivated

G4bool G4AlphaBuilder::wasActivated
private

Definition at line 61 of file G4AlphaBuilder.hh.


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