Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AccValue.hh>
Additional Inherited Members | |
![]() | |
void | PrintBase (G4PrintOptions options) const |
![]() | |
G4String | fName |
G4MergeMode | fMergeMode = G4MergeMode::kAddition |
G4int | fId = G4Accumulables::kInvalidId |
Definition at line 40 of file G4AccValue.hh.
G4AccValue< T >::G4AccValue | ( | const G4String & | name, |
T | initValue, | ||
G4MergeMode | mergeMode = G4MergeMode::kAddition ) |
Referenced by G4AccValue(), G4AccValue(), operator*=(), operator*=(), operator++(), operator++(), operator+=(), operator+=(), operator=(), operator=(), and operator=().
G4AccValue< T >::G4AccValue | ( | T | initValue = 0, |
G4MergeMode | mergeMode = G4MergeMode::kAddition ) |
G4AccValue< T >::G4AccValue | ( | const G4AccValue< T > & | rhs | ) |
|
noexcept |
|
overridedefault |
|
inlinefinalvirtual |
Reimplemented from G4VAccumulable.
Definition at line 72 of file G4AccValue.hh.
Referenced by GetType().
T G4AccValue< T >::GetValue | ( | ) | const |
|
finalvirtual |
Implements G4VAccumulable.
G4AccValue< T > & G4AccValue< T >::operator*= | ( | const G4AccValue< T > & | rhs | ) |
G4AccValue< T > & G4AccValue< T >::operator*= | ( | const T & | rhs | ) |
G4AccValue< T > & G4AccValue< T >::operator++ | ( | ) |
G4AccValue< T > G4AccValue< T >::operator++ | ( | int | ) |
G4AccValue< T > & G4AccValue< T >::operator+= | ( | const G4AccValue< T > & | rhs | ) |
G4AccValue< T > & G4AccValue< T >::operator+= | ( | const T & | rhs | ) |
G4AccValue< T > & G4AccValue< T >::operator= | ( | const G4AccValue< T > & | rhs | ) |
G4AccValue< T > & G4AccValue< T >::operator= | ( | const T & | rhs | ) |
|
noexcept |
|
finalvirtual |
Reimplemented from G4VAccumulable.
|
finalvirtual |
Implements G4VAccumulable.
|
finalvirtual |
Reimplemented from G4VAccumulable.
Referenced by SetMergeMode().