|
| | G4THitsVector (G4int init_size=0) |
| |
| | G4THitsVector (G4String detName, G4String colName, G4int init_size=0) |
| |
| | G4VTHitsVector (G4int init_size=0) |
| |
| | G4VTHitsVector (G4String detName, G4String colNam, G4int init_size=0) |
| |
| virtual | ~G4VTHitsVector () |
| |
| G4bool | operator== (const this_type &rhs) const |
| |
| virtual void | DrawAllHits () |
| |
| virtual void | PrintAllHits () |
| |
| std::vector< _Tp * > * | GetContainer () const |
| |
| Vector_t::size_type | size () |
| |
| Vector_t::size_type | GetIndex (iterator itr) |
| |
| Vector_t::size_type | GetIndex (const_iterator itr) const |
| |
| _Tp * | GetObject (G4int idx) const |
| |
| _Tp * | GetObject (iterator itr) const |
| |
| const _Tp * | GetObject (const_iterator itr) const |
| |
| _Tp * | GetObject (G4int idx) const |
| |
| _Tp * | GetObject (iterator itr) const |
| |
| const _Tp * | GetObject (const_iterator itr) const |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| std::vector< _Tp * > * | GetVector () const |
| |
| std::size_t | entries () const |
| |
| void | clear () |
| |
| virtual G4VHit * | GetHit (std::size_t) const |
| |
| virtual std::size_t | GetSize () const |
| |
| map_t * | GetMap () const |
| |
| store_type | allocate () const |
| |
| store_type | allocate () const |
| |
| store_type | allocate () const |
| |
| store_type | allocate () const |
| |
| store_type | null () const |
| |
| store_type | null () const |
| |
| this_type & | operator+= (const G4VTHitsVector< U, VectorU_t > &right) const |
| |
| this_type & | operator+= (const G4VTHitsVector< U, VectorU_t > &right) const |
| |
| this_type & | operator+= (const G4VTHitsMap< U, MapU_t > &right) const |
| |
| this_type & | operator+= (const G4VTHitsMap< U, MapU_t > &right) 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 |
| |
| std::size_t | add (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 |
| |
| std::size_t | set (const G4int &key, U &aHit) const |
| |
| _Tp * | at (G4int key) const |
| |
| _Tp * | operator[] (G4int key) const |
| |
| | G4HitsCollection () |
| |
| | G4HitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4HitsCollection () |
| |
| G4bool | operator== (const G4HitsCollection &right) const |
| |
| | G4VHitsCollection () |
| |
| | G4VHitsCollection (G4String detName, G4String colNam) |
| |
| virtual | ~G4VHitsCollection () |
| |
| G4bool | operator== (const G4VHitsCollection &right) const |
| |
| virtual void | DrawAllHits () |
| |
| virtual void | PrintAllHits () |
| |
| const G4String & | GetName () const |
| |
| const G4String & | GetSDname () const |
| |
| void | SetColID (G4int i) |
| |
| G4int | GetColID () const |
| |
| virtual G4VHit * | GetHit (size_t) const |
| |
| virtual size_t | GetSize () 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 |
| |
| 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 | _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, _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 |
| |
| _Tp & | get (U &val) const |
| |
| void | delete_contents (vector_type *&theHitsVector) const |
| |
| void | delete_contents (vector_type *&) const |
| |
| _Tp & | get_reference (U &val) const |
| |
| _Tp & | get_reference (U &val) const |
| |
| void * | theCollection |
| |
| G4String | collectionName |
| |
| G4String | SDname |
| |
| G4int | colID |
| |
template<typename _Tp>
class G4THitsVector< _Tp >
Definition at line 684 of file G4THitsVector.hh.