| 
    Geant4
    10.03
    
   | 
 
#include <G4Accumulable.hh>
 Inheritance diagram for G4Accumulable< T >:
 Collaboration diagram for G4Accumulable< T >:Private Attributes | |
| T | fValue | 
| T | fInitValue | 
| G4MergeMode | fMergeMode | 
| G4MergeFunction< T > | fMergeFunction | 
Additional Inherited Members | |
  Protected Attributes inherited from G4VAccumulable | |
| G4String | fName | 
Definition at line 41 of file G4Accumulable.hh.
| G4Accumulable< T >::G4Accumulable | ( | const G4String & | name, | 
| T | initValue, | ||
| G4MergeMode | mergeMode = G4MergeMode::kAddition  | 
        ||
| ) | 
| G4Accumulable< T >::G4Accumulable | ( | T | initValue, | 
| G4MergeMode | mergeMode = G4MergeMode::kAddition  | 
        ||
| ) | 
| G4Accumulable< T >::G4Accumulable | ( | const G4Accumulable< T > & | rhs | ) | 
      
  | 
  delete | 
      
  | 
  virtual | 
| G4MergeMode G4Accumulable< T >::GetMergeMode | ( | ) | const | 
| T G4Accumulable< T >::GetValue | ( | ) | const | 
Referenced by B3aRunAction::EndOfRunAction(), and B1RunAction::EndOfRunAction().
 Here is the caller graph for this function:
      
  | 
  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++ | ( | int | ) | 
| G4Accumulable<T>& G4Accumulable< T >::operator++ | ( | ) | 
| 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 | ) | 
      
  | 
  finalvirtual | 
Implements G4VAccumulable.
      
  | 
  private | 
Definition at line 74 of file G4Accumulable.hh.
      
  | 
  private | 
Definition at line 76 of file G4Accumulable.hh.
      
  | 
  private | 
Definition at line 75 of file G4Accumulable.hh.
      
  | 
  private | 
Definition at line 73 of file G4Accumulable.hh.