#include <G4BaseAnalysisManager.hh>
Definition at line 41 of file G4BaseAnalysisManager.hh.
◆ G4BaseAnalysisManager()
◆ ~G4BaseAnalysisManager()
G4BaseAnalysisManager::~G4BaseAnalysisManager |
( |
| ) |
|
|
virtual |
◆ GetFirstId()
G4int G4BaseAnalysisManager::GetFirstId |
( |
| ) |
const |
|
inline |
◆ SetFirstId()
G4bool G4BaseAnalysisManager::SetFirstId |
( |
G4int |
firstId | ) |
|
Definition at line 51 of file G4BaseAnalysisManager.cc.
52{
55 description
56 << "Cannot set FirstId as its value was already used.";
59 return false;
60 }
61
63 return true;
64}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
◆ SetLockFirstId()
void G4BaseAnalysisManager::SetLockFirstId |
( |
G4bool |
lockFirstId | ) |
|
|
inline |
◆ fFirstId
G4int G4BaseAnalysisManager::fFirstId |
|
protected |
◆ fLockFirstId
G4bool G4BaseAnalysisManager::fLockFirstId |
|
protected |
◆ fState
The documentation for this class was generated from the following files: