Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4THitsCollection.hh"
#include "globals.hh"
#include <map>
#include <unordered_map>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | G4VTHitsMap< T, Map_t > |
class | G4THitsMap< _Tp > |
class | G4THitsMultiMap< _Tp > |
class | G4THitsUnorderedMap< _Tp > |
class | G4THitsUnorderedMultiMap< _Tp > |
Macros | |
#define | is_same_t(_Tp, _Up) |
#define | is_multimap_t(_Mp) |
#define | is_uommap_t(_Mp) |
#define | is_mmap_t(_Mp) |
#define | is_fundamental_t(_Tp) |
#define is_fundamental_t | ( | _Tp | ) |
Definition at line 60 of file G4THitsMap.hh.
#define is_mmap_t | ( | _Mp | ) |
Definition at line 59 of file G4THitsMap.hh.
#define is_multimap_t | ( | _Mp | ) |
Definition at line 57 of file G4THitsMap.hh.
#define is_same_t | ( | _Tp, | |
_Up ) |
Definition at line 56 of file G4THitsMap.hh.
#define is_uommap_t | ( | _Mp | ) |
Definition at line 58 of file G4THitsMap.hh.