Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4AccType.hh File Reference
#include "globals.hh"
#include <bitset>

Go to the source code of this file.

Classes

class  G4PrintOptions
 

Namespaces

namespace  G4Accumulables
 

Enumerations

enum class  G4AccType {
  kValue , kArray , kMap , kUnorderedMap ,
  kVector , kUser
}
 

Variables

constexpr G4int G4Accumulables::kInvalidId { -1 }
 

Enumeration Type Documentation

◆ G4AccType

enum class G4AccType
strong
Enumerator
kValue 
kArray 
kMap 
kUnorderedMap 
kVector 
kUser 

Definition at line 38 of file G4AccType.hh.

38 {
39 kValue, // G4AccValue<T>
40 kArray, // G4AccArray<T>
41 kMap, // G4AccMap<T>
42 kUnorderedMap, // G4AccUnorderedMap<T>
43 kVector, // G4AccumulableVector<T>
44 kUser // User type
45};
@ kUnorderedMap
Definition G4AccType.hh:42