ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4THitsCollection.hh"
#include "globals.hh"
#include "G4THitsMap.hh"
#include <vector>
#include <deque>
#include <map>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | G4VTHitsVector< T, Vector_t > |
class | G4THitsVector< _Tp > |
class | G4THitsDeque< _Tp > |
Macros | |
#define | is_same_t(_Tp, _Up) std::is_same<_Tp, _Up>::value |
#define | is_fundamental_t(_Tp) std::is_fundamental<_Tp>::value |
#define | is_std_map_t(_Mp) std::is_same<_Mp, map_t>::value |
#define | is_std_uomap_t(_Mp) std::is_same<_Mp, uomap_t>::value |
#define | is_std_mmap_t(_Mp) std::is_same<_Mp, mmap_t>::value |
#define | is_std_uommap_t(_Mp) std::is_same<_Mp, uommap_t>::value |
#define | is_map_t(_Mp) |
#define | is_pointer_t(_Tp) std::is_pointer<_Tp>::value |
#define | scast(_Tp) static_cast<_Tp> |
#define is_fundamental_t | ( | _Tp | ) | std::is_fundamental<_Tp>::value |
Definition at line 70 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 70 of file G4THitsVector.hh
#define is_map_t | ( | _Mp | ) |
Definition at line 76 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 76 of file G4THitsVector.hh
#define is_pointer_t | ( | _Tp | ) | std::is_pointer<_Tp>::value |
Definition at line 80 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 80 of file G4THitsVector.hh
#define is_same_t | ( | _Tp, | |
_Up | |||
) | std::is_same<_Tp, _Up>::value |
Definition at line 69 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 69 of file G4THitsVector.hh
#define is_std_map_t | ( | _Mp | ) | std::is_same<_Mp, map_t>::value |
Definition at line 72 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 72 of file G4THitsVector.hh
#define is_std_mmap_t | ( | _Mp | ) | std::is_same<_Mp, mmap_t>::value |
Definition at line 74 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 74 of file G4THitsVector.hh
#define is_std_uomap_t | ( | _Mp | ) | std::is_same<_Mp, uomap_t>::value |
Definition at line 73 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 73 of file G4THitsVector.hh
#define is_std_uommap_t | ( | _Mp | ) | std::is_same<_Mp, uommap_t>::value |
Definition at line 75 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 75 of file G4THitsVector.hh
#define scast | ( | _Tp | ) | static_cast<_Tp> |
Definition at line 81 of file G4THitsVector.hh.
View newest version in sPHENIX GitHub at line 81 of file G4THitsVector.hh
Referenced by G4VTHitsVector< G4StatAnalysis, std::deque< G4StatAnalysis * > >::entries(), G4VTHitsVector< G4StatAnalysis, std::deque< G4StatAnalysis * > >::GetContainer(), G4VTHitsVector< G4StatAnalysis, std::deque< G4StatAnalysis * > >::GetSize(), and G4VTHitsVector< G4StatAnalysis, std::deque< G4StatAnalysis * > >::GetVector().