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

#include <G4AnalysisManagerState.hh>

Public Member Functions

 G4AnalysisManagerState (const G4String &type, G4bool isMaster)
 
G4String GetType () const
 
G4bool GetIsMaster () const
 
G4bool GetIsActivation () const
 
G4int GetVerboseLevel () const
 
const G4AnalysisVerboseGetVerboseL1 () const
 
const G4AnalysisVerboseGetVerboseL2 () const
 
const G4AnalysisVerboseGetVerboseL3 () const
 
const G4AnalysisVerboseGetVerboseL4 () const
 
G4int GetCompressionLevel () const
 

Friends

class G4VAnalysisManager
 
class G4VAnalysisReader
 
class G4ParameterManager
 

Detailed Description

Definition at line 39 of file G4AnalysisManagerState.hh.

Constructor & Destructor Documentation

G4AnalysisManagerState::G4AnalysisManagerState ( const G4String type,
G4bool  isMaster 
)

Definition at line 36 of file G4AnalysisManagerState.cc.

38  : fType(type),
39  fIsMaster(isMaster),
40  fIsActivation(false),
41  fVerboseLevel(0),
42  fCompressionLevel(1),
43  fVerboseL1(type,1),
44  fVerboseL2(type,2),
45  fVerboseL3(type,3),
46  fVerboseL4(type,4),
47  fpVerboseL1(0),
48  fpVerboseL2(0),
49  fpVerboseL3(0),
50  fpVerboseL4(0)
51 {
52 }

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

G4int G4AnalysisManagerState::GetCompressionLevel ( ) const
inline

Definition at line 120 of file G4AnalysisManagerState.hh.

121 { return fCompressionLevel; }

Here is the caller graph for this function:

G4bool G4AnalysisManagerState::GetIsActivation ( ) const
inline

Definition at line 102 of file G4AnalysisManagerState.hh.

103 { return fIsActivation; }

Here is the caller graph for this function:

G4bool G4AnalysisManagerState::GetIsMaster ( ) const
inline

Definition at line 99 of file G4AnalysisManagerState.hh.

100 { return fIsMaster; }

Here is the caller graph for this function:

G4String G4AnalysisManagerState::GetType ( ) const
inline

Definition at line 96 of file G4AnalysisManagerState.hh.

97 { return fType; }

Here is the caller graph for this function:

const G4AnalysisVerbose * G4AnalysisManagerState::GetVerboseL1 ( ) const
inline

Definition at line 108 of file G4AnalysisManagerState.hh.

109 { return fpVerboseL1; }

Here is the caller graph for this function:

const G4AnalysisVerbose * G4AnalysisManagerState::GetVerboseL2 ( ) const
inline

Definition at line 111 of file G4AnalysisManagerState.hh.

112 { return fpVerboseL2; }

Here is the caller graph for this function:

const G4AnalysisVerbose * G4AnalysisManagerState::GetVerboseL3 ( ) const
inline

Definition at line 114 of file G4AnalysisManagerState.hh.

115 { return fpVerboseL3; }

Here is the caller graph for this function:

const G4AnalysisVerbose * G4AnalysisManagerState::GetVerboseL4 ( ) const
inline

Definition at line 117 of file G4AnalysisManagerState.hh.

118 { return fpVerboseL4; }
G4int G4AnalysisManagerState::GetVerboseLevel ( ) const
inline

Definition at line 105 of file G4AnalysisManagerState.hh.

106 { return fVerboseLevel; }

Friends And Related Function Documentation

friend class G4ParameterManager
friend

Definition at line 44 of file G4AnalysisManagerState.hh.

friend class G4VAnalysisManager
friend

Definition at line 42 of file G4AnalysisManagerState.hh.

friend class G4VAnalysisReader
friend

Definition at line 43 of file G4AnalysisManagerState.hh.


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