Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Accumulable.hh>
Additional Inherited Members | |
Protected Attributes inherited from G4VAccumulable | |
G4String | fName |
Definition at line 40 of file G4Accumulable.hh.
G4Accumulable< T >::G4Accumulable | ( | const G4String & | name, |
T | initValue, | ||
G4MergeMode | mergeMode = G4MergeMode::kAddition ) |
G4Accumulable< T >::G4Accumulable | ( | T | initValue = 0, |
G4MergeMode | mergeMode = G4MergeMode::kAddition ) |
G4Accumulable< T >::G4Accumulable | ( | const G4Accumulable< T > & | rhs | ) |
|
noexcept |
|
overridedefault |
G4MergeMode G4Accumulable< T >::GetMergeMode | ( | ) | const |
T G4Accumulable< T >::GetValue | ( | ) | const |
|
finalvirtual |
Implements G4VAccumulable.
G4Accumulable< T > & G4Accumulable< T >::operator*= | ( | const G4Accumulable< T > & | rhs | ) |
G4Accumulable< T > & G4Accumulable< T >::operator*= | ( | const T & | rhs | ) |
G4Accumulable< T > & G4Accumulable< T >::operator++ | ( | ) |
G4Accumulable< T > G4Accumulable< T >::operator++ | ( | int | ) |
G4Accumulable< T > & G4Accumulable< T >::operator+= | ( | const G4Accumulable< T > & | rhs | ) |
G4Accumulable< T > & G4Accumulable< T >::operator+= | ( | const T & | rhs | ) |
G4Accumulable< T > & G4Accumulable< T >::operator= | ( | const G4Accumulable< T > & | rhs | ) |
G4Accumulable< T > & G4Accumulable< T >::operator= | ( | const T & | rhs | ) |
|
noexcept |
|
finalvirtual |
Implements G4VAccumulable.