Geant4-11
|
#include <G4THitsCollection.hh>
Public Member Functions | |
virtual void | DrawAllHits () |
size_t | entries () const |
G4THitsCollection () | |
G4THitsCollection (G4String detName, G4String colNam) | |
G4int | GetColID () const |
virtual G4VHit * | GetHit (size_t i) const |
const G4String & | GetName () const |
const G4String & | GetSDname () const |
virtual size_t | GetSize () const |
std::vector< T * > * | GetVector () const |
size_t | insert (T *aHit) |
void | operator delete (void *anHC) |
void * | operator new (size_t) |
G4bool | operator== (const G4HitsCollection &right) const |
G4bool | operator== (const G4THitsCollection< T > &right) const |
G4bool | operator== (const G4VHitsCollection &right) const |
T * | operator[] (size_t i) const |
virtual void | PrintAllHits () |
void | SetColID (G4int i) |
virtual | ~G4THitsCollection () |
Protected Attributes | |
G4int | colID |
G4String | collectionName |
G4String | SDname |
void * | theCollection |
Definition at line 67 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection |
Definition at line 164 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_().
G4THitsCollection< T >::G4THitsCollection | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 173 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
virtual |
Definition at line 183 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_().
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 206 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and CLHEP::detail::n.
|
inline |
Definition at line 113 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
inlineinherited |
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 123 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
inlineinherited |
Definition at line 63 of file G4VHitsCollection.hh.
References G4VHitsCollection::collectionName.
Referenced by G4SDManager::GetCollectionID().
|
inlineinherited |
Definition at line 64 of file G4VHitsCollection.hh.
References G4VHitsCollection::SDname.
Referenced by G4SDManager::GetCollectionID().
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 129 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
inline |
Definition at line 96 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
inline |
Definition at line 103 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
inline |
Definition at line 152 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 138 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4Allocator< Type >::MallocSingle().
|
inherited |
Definition at line 61 of file G4THitsCollection.cc.
References anHCAllocator_G4MT_TLS_(), and G4VHitsCollection::collectionName.
G4bool G4THitsCollection< T >::operator== | ( | const G4THitsCollection< T > & | right | ) | const |
Definition at line 198 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4VHitsCollection::collectionName.
|
inherited |
Definition at line 49 of file G4VHitsCollection.cc.
References G4VHitsCollection::collectionName, and G4VHitsCollection::SDname.
|
inline |
Definition at line 89 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and G4HitsCollection::theCollection.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 219 of file G4THitsCollection.hh.
References anHCAllocator_G4MT_TLS_(), and CLHEP::detail::n.
|
inlineinherited |
Definition at line 65 of file G4VHitsCollection.hh.
References G4VHitsCollection::colID.
Referenced by G4HCofThisEvent::AddHitsCollection().
|
protectedinherited |
Definition at line 60 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection::G4VHitsCollection(), G4VHitsCollection::GetColID(), and G4VHitsCollection::SetColID().
|
protectedinherited |
Definition at line 57 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection::G4VHitsCollection(), G4VHitsCollection::GetName(), G4HitsCollection::operator==(), G4THitsCollection< T >::operator==(), G4VHitsCollection::operator==(), G4VTHitsMap< T, Map_t >::operator==(), and G4VTHitsVector< T, Vector_t >::operator==().
|
protectedinherited |
Definition at line 58 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection::G4VHitsCollection(), G4VHitsCollection::GetSDname(), and G4VHitsCollection::operator==().
|
protectedinherited |
Definition at line 57 of file G4THitsCollection.hh.
Referenced by G4THitsCollection< T >::entries(), G4VTHitsMap< T, Map_t >::entries(), G4VTHitsVector< T, Vector_t >::entries(), G4THitsCollection< T >::G4THitsCollection(), G4VTHitsMap< T, Map_t >::G4VTHitsMap(), G4VTHitsVector< T, Vector_t >::G4VTHitsVector(), G4VTHitsMap< T, Map_t >::GetContainer(), G4VTHitsVector< T, Vector_t >::GetContainer(), G4THitsCollection< T >::GetHit(), G4VTHitsMap< T, Map_t >::GetMap(), G4THitsCollection< T >::GetSize(), G4VTHitsMap< T, Map_t >::GetSize(), G4VTHitsVector< T, Vector_t >::GetSize(), G4THitsCollection< T >::GetVector(), G4VTHitsVector< T, Vector_t >::GetVector(), G4THitsCollection< T >::insert(), and G4THitsCollection< T >::operator[]().