|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VAccumulable.hh>
Inheritance diagram for G4VAccumulable:Public Member Functions | |
| G4VAccumulable (const G4String &name="") | |
| G4VAccumulable (const G4VAccumulable &rhs) | |
| virtual | ~G4VAccumulable () |
| G4VAccumulable & | operator= (const G4VAccumulable &rhs) |
| virtual void | Merge (const G4VAccumulable &other)=0 |
| virtual void | Reset ()=0 |
| G4String | GetName () const |
Protected Attributes | |
| G4String | fName |
Friends | |
| class | G4AccumulableManager |
Definition at line 37 of file G4VAccumulable.hh.
| G4VAccumulable::G4VAccumulable | ( | const G4String & | name = "" | ) |
| G4VAccumulable::G4VAccumulable | ( | const G4VAccumulable & | rhs | ) |
|
inlinevirtual |
Definition at line 45 of file G4VAccumulable.hh.
| G4String G4VAccumulable::GetName | ( | ) | const |
Referenced by G4AccumulableManager::RegisterAccumulable().
|
pure virtual |
Implemented in G4Accumulable< T >.
| G4VAccumulable & G4VAccumulable::operator= | ( | const G4VAccumulable & | rhs | ) |
|
pure virtual |
Implemented in G4Accumulable< T >.
|
friend |
Definition at line 40 of file G4VAccumulable.hh.
|
protected |
Definition at line 58 of file G4VAccumulable.hh.
Referenced by G4AccumulableManager::RegisterAccumulable().