Geant4-11
|
#include <G4THitsVector.hh>
Public Types | |
typedef vector_type::const_iterator | const_iterator |
typedef vector_type::iterator | iterator |
typedef std::map< G4int, store_type > | map_t |
typedef std::multimap< G4int, store_type > | mmap_t |
typedef std::pair< G4int, store_type > | pair_t |
typedef G4VTHitsVector< _Tp, std::vector< _Tp * > > | parent_type |
typedef Vector_t::value_type | store_type |
typedef G4VTHitsVector< _Tp, std::vector< _Tp * > > | this_type |
typedef std::unordered_map< G4int, store_type > | uomap_t |
typedef std::unordered_multimap< G4int, store_type > | uommap_t |
typedef _Tp | value_type |
typedef std::vector< _Tp * > | vector_type |
Public Member Functions | |
std::size_t | add (const G4int &key, U &aHit) const |
std::size_t | add (const G4int &key, U &aHit) const |
std::size_t | add (const G4int &key, U *&aHit) const |
std::size_t | add (const G4int &key, U *&aHit) const |
store_type | allocate () const |
store_type | allocate () const |
store_type | allocate () const |
store_type | allocate () const |
_Tp * | at (G4int key) const |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
void | clear () |
virtual void | DrawAllHits () |
iterator | end () |
const_iterator | end () const |
std::size_t | entries () const |
G4THitsVector (G4int init_size=0) | |
G4THitsVector (G4String detName, G4String colName, G4int init_size=0) | |
G4int | GetColID () const |
std::vector< _Tp * > * | GetContainer () const |
virtual G4VHit * | GetHit (size_t) const |
virtual G4VHit * | GetHit (std::size_t) const |
Vector_t::size_type | GetIndex (const_iterator itr) const |
Vector_t::size_type | GetIndex (iterator itr) |
map_t * | GetMap () const |
const G4String & | GetName () const |
const _Tp * | GetObject (const_iterator itr) const |
const _Tp * | GetObject (const_iterator itr) const |
_Tp * | GetObject (G4int idx) const |
_Tp * | GetObject (G4int idx) const |
_Tp * | GetObject (iterator itr) const |
_Tp * | GetObject (iterator itr) const |
const G4String & | GetSDname () const |
virtual std::size_t | GetSize () const |
std::vector< _Tp * > * | GetVector () const |
store_type | null () const |
store_type | null () const |
this_type & | operator+= (const G4VTHitsMap< U, MapU_t > &right) const |
this_type & | operator+= (const G4VTHitsMap< U, MapU_t > &right) const |
this_type & | operator+= (const G4VTHitsVector< U, VectorU_t > &right) const |
this_type & | operator+= (const G4VTHitsVector< U, VectorU_t > &right) const |
G4bool | operator== (const G4HitsCollection &right) const |
G4bool | operator== (const G4VHitsCollection &right) const |
G4bool | operator== (const this_type &rhs) const |
_Tp * | operator[] (G4int key) const |
virtual void | PrintAllHits () |
std::size_t | set (const G4int &key, U &aHit) const |
std::size_t | set (const G4int &key, U &aHit) const |
std::size_t | set (const G4int &key, U *&aHit) const |
std::size_t | set (const G4int &key, U *&aHit) const |
void | SetColID (G4int i) |
Vector_t::size_type | size () |
Protected Member Functions | |
void | _add (vector_type *&theHitsVector, const G4int &key, _Tp &val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, _Tp &val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, _Tp *&val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, _Tp *&val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, V &val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, V &val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, V *&val) const |
void | _add (vector_type *&theHitsVector, const G4int &key, V *&val) const |
void | _assign (vector_type *&theHitsVector, const G4int &key, _Tp &val) const |
void | _assign (vector_type *&theHitsVector, const G4int &key, _Tp &val) const |
void | _assign (vector_type *&theHitsVector, const G4int &key, _Tp *&val) const |
void | _assign (vector_type *&theHitsVector, const G4int &key, _Tp *&val) const |
void | delete_contents (vector_type *&) const |
void | delete_contents (vector_type *&theHitsVector) const |
_Tp & | get (U &val) const |
_Tp & | get_reference (U &val) const |
_Tp & | get_reference (U &val) const |
vector_type * | GetVector (const G4int &key) const |
void | resize (vector_type *&theHitsVector, const G4int &key) const |
void | resize (vector_type *&theHitsVector, const G4int &key) const |
Protected Attributes | |
G4int | colID |
G4String | collectionName |
G4String | SDname |
void * | theCollection |
Private Types | |
using | enable_if_t = typename std::enable_if< _Bp, _Tp >::type |
Definition at line 688 of file G4THitsVector.hh.
|
inherited |
Definition at line 59 of file G4THitsVector.hh.
|
privateinherited |
Definition at line 83 of file G4THitsVector.hh.
|
inherited |
Definition at line 58 of file G4THitsVector.hh.
|
inherited |
Definition at line 63 of file G4THitsVector.hh.
|
inherited |
Definition at line 65 of file G4THitsVector.hh.
|
inherited |
Definition at line 62 of file G4THitsVector.hh.
typedef G4VTHitsVector<_Tp, std::vector<_Tp*> > G4THitsVector< _Tp >::parent_type |
Definition at line 691 of file G4THitsVector.hh.
|
inherited |
Definition at line 61 of file G4THitsVector.hh.
|
inherited |
Definition at line 55 of file G4THitsVector.hh.
|
inherited |
Definition at line 64 of file G4THitsVector.hh.
|
inherited |
Definition at line 66 of file G4THitsVector.hh.
|
inherited |
Definition at line 56 of file G4THitsVector.hh.
|
inherited |
Definition at line 57 of file G4THitsVector.hh.
|
inline |
Definition at line 694 of file G4THitsVector.hh.
|
inline |
Definition at line 697 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 467 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 530 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 473 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 536 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 480 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 543 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 487 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 550 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 453 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 517 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 460 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 523 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 326 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 336 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 304 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 314 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 191 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 200 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 218 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 226 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 402 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 156 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 158 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 160 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 161 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 174 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 556 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 499 of file G4THitsVector.hh.
|
virtualinherited |
Reimplemented from G4VHitsCollection.
Definition at line 95 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 157 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 159 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 168 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 493 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 507 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 560 of file G4THitsVector.hh.
|
inlineinherited |
|
inlineinherited |
Definition at line 101 of file G4THitsVector.hh.
|
inlinevirtualinherited |
Reimplemented in G4THitsCollection< T >, G4VTHitsMap< T, Map_t >, G4VTHitsMap< _Tp, std::map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_multimap< G4int, _Tp * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, and G4VTHitsMap< G4Colour, std::map< G4int, G4Colour * > >.
Definition at line 72 of file G4VHitsCollection.hh.
|
inlinevirtualinherited |
Definition at line 176 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 113 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 108 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 182 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 63 of file G4VHitsCollection.hh.
References G4VHitsCollection::collectionName.
Referenced by G4SDManager::GetCollectionID().
|
inlineinherited |
Definition at line 132 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 151 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 119 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 138 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 126 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 145 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 64 of file G4VHitsCollection.hh.
References G4VHitsCollection::SDname.
Referenced by G4SDManager::GetCollectionID().
|
inlinevirtualinherited |
Reimplemented from G4VHitsCollection.
Definition at line 177 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 164 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 441 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 207 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 233 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 275 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 286 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 246 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 261 of file G4THitsVector.hh.
|
inherited |
Definition at line 61 of file G4THitsCollection.cc.
References anHCAllocator_G4MT_TLS_(), and G4VHitsCollection::collectionName.
|
inherited |
Definition at line 49 of file G4VHitsCollection.cc.
References G4VHitsCollection::collectionName, and G4VHitsCollection::SDname.
|
inherited |
Definition at line 93 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 409 of file G4THitsVector.hh.
|
virtualinherited |
Reimplemented from G4VHitsCollection.
Definition at line 96 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 419 of file G4THitsVector.hh.
|
inlineprotectedinherited |
Definition at line 434 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 380 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 390 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 352 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 362 of file G4THitsVector.hh.
|
inlineinherited |
Definition at line 65 of file G4VHitsCollection.hh.
References G4VHitsCollection::colID.
Referenced by G4HCofThisEvent::AddHitsCollection().
|
inlineinherited |
Definition at line 106 of file G4THitsVector.hh.
|
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[]().