|
| | G4THitsMap () |
| |
| | G4THitsMap (G4String detName, G4String colNam) |
| |
| virtual | ~G4THitsMap () |
| |
| G4int | operator== (const G4THitsMap< T > &right) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, T >::value, int >::type = 0> |
| G4THitsMap< T > & | operator+= (const G4THitsMap< T > &right) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, G4double >::value &&std::is_same< T, G4StatDouble >::value, int >::type = 0> |
| G4THitsMap< T > & | operator+= (const G4THitsMap< U > &right) const |
| |
| virtual void | DrawAllHits () |
| |
| virtual void | PrintAllHits () |
| |
| T * | operator[] (G4int key) const |
| |
| std::map< G4int, T * > * | GetMap () const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, T >::value, int >::type = 0> |
| G4int | add (const G4int &key, T *&aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, T >::value, int >::type = 0> |
| G4int | add (const G4int &key, T &aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, G4double >::value &&std::is_same< T, G4StatDouble >::value, int >::type = 0> |
| G4int | add (const G4int &key, U *&aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, G4double >::value &&std::is_same< T, G4StatDouble >::value, int >::type = 0> |
| G4int | add (const G4int &key, U &aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, T >::value, int >::type = 0> |
| G4int | set (const G4int &key, T *&aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, T >::value, int >::type = 0> |
| G4int | set (const G4int &key, T &aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, G4double >::value &&std::is_same< T, G4StatDouble >::value, int >::type = 0> |
| G4int | set (const G4int &key, U *&aHit) const |
| |
| template<typename U = T, typename std::enable_if< std::is_same< U, G4double >::value &&std::is_same< T, G4StatDouble >::value, int >::type = 0> |
| G4int | set (const G4int &key, U &aHit) const |
| |
| G4int | entries () const |
| |
| void | clear () |
| |
| virtual G4VHit * | GetHit (size_t) const |
| |
| virtual size_t | GetSize () const |
| |
| | G4HitsCollection () |
| |
| | G4HitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4HitsCollection () |
| |
| G4int | operator== (const G4HitsCollection &right) const |
| |
| | G4HitsCollection () |
| |
| | G4HitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4HitsCollection () |
| |
| G4int | operator== (const G4HitsCollection &right) const |
| |
| | G4HitsCollection () |
| |
| | G4HitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4HitsCollection () |
| |
| G4int | operator== (const G4HitsCollection &right) const |
| |
| | G4VHitsCollection () |
| |
| | G4VHitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4VHitsCollection () |
| |
| G4int | operator== (const G4VHitsCollection &right) const |
| |
| G4String | GetName () |
| |
| G4String | GetSDname () |
| |
| | G4VHitsCollection () |
| |
| | G4VHitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4VHitsCollection () |
| |
| G4int | operator== (const G4VHitsCollection &right) const |
| |
| G4String | GetName () |
| |
| G4String | GetSDname () |
| |
| | G4VHitsCollection () |
| |
| | G4VHitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4VHitsCollection () |
| |
| G4int | operator== (const G4VHitsCollection &right) const |
| |
| G4String & | GetName () |
| |
| G4String & | GetSDname () |
| |
| void | SetColID (G4int i) |
| |
| G4int | GetColID () const |
| |
template<typename T>
class G4THitsMap< T >
Definition at line 48 of file G4THitsMap.hh.