Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsMap.hh>
Public Types | |
typedef G4VTHitsMap< T, Map_t > | this_type |
typedef T | value_type |
typedef Map_t | map_type |
typedef map_type::iterator | iterator |
typedef map_type::const_iterator | const_iterator |
Public Member Functions | |
G4VTHitsMap () | |
G4VTHitsMap (G4String detName, G4String colNam) | |
virtual | ~G4VTHitsMap () |
G4bool | operator== (const G4VTHitsMap< T, Map_t > &right) const |
template<typename U , typename MapU_t > | |
this_type & | operator+= (const G4VTHitsMap< U, MapU_t > &right) const |
virtual void | DrawAllHits () |
virtual void | PrintAllHits () |
Map_t * | GetContainer () const |
Map_t::size_type | size () |
Map_t::size_type | GetIndex (iterator itr) |
Map_t::size_type | GetIndex (const_iterator itr) const |
template<typename MapU_t = Map_t, enable_if_t<!is_mmap_t(MapU_t), G4int > = 0> | |
T * | GetObject (G4int idx) const |
template<typename MapU_t = Map_t, enable_if_t< is_mmap_t(MapU_t), G4int > = 0> | |
T * | GetObject (G4int idx) const |
T * | GetObject (iterator itr) const |
const T * | GetObject (const_iterator itr) const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Map_t * | GetMap () const |
size_t | entries () const |
void | clear () |
virtual G4VHit * | GetHit (size_t) const |
virtual size_t | GetSize () const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t< is_same_t(U, T) &&!is_mmap_t(MapU_t), G4int > = 0> | |
size_t | add (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | add (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U *&aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&!is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U &aHit) const |
template<typename U = T, typename MapU_t = Map_t, enable_if_t<(!is_same_t(U, T) &&is_mmap_t(MapU_t)), G4int > = 0> | |
size_t | set (const G4int &key, U &aHit) const |
template<typename MapU_t = Map_t, enable_if_t<!is_mmap_t(MapU_t), G4int > = 0> | |
T * | operator[] (G4int key) const |
template<typename MapU_t = Map_t, enable_if_t< is_mmap_t(MapU_t), G4int > = 0> | |
T * | operator[] (G4int key) const |
Public Member Functions inherited from G4HitsCollection | |
G4HitsCollection () | |
G4HitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4HitsCollection () |
G4bool | operator== (const G4HitsCollection &right) const |
Public Member Functions inherited from G4VHitsCollection | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from G4HitsCollection | |
void * | theCollection |
Protected Attributes inherited from G4VHitsCollection | |
G4String | collectionName |
G4String | SDname |
G4int | colID |
Definition at line 48 of file G4THitsMap.hh.
typedef map_type::const_iterator G4VTHitsMap< T, Map_t >::const_iterator |
Definition at line 84 of file G4THitsMap.hh.
typedef map_type::iterator G4VTHitsMap< T, Map_t >::iterator |
Definition at line 83 of file G4THitsMap.hh.
typedef Map_t G4VTHitsMap< T, Map_t >::map_type |
Definition at line 82 of file G4THitsMap.hh.
typedef G4VTHitsMap<T, Map_t> G4VTHitsMap< T, Map_t >::this_type |
Definition at line 80 of file G4THitsMap.hh.
typedef T G4VTHitsMap< T, Map_t >::value_type |
Definition at line 81 of file G4THitsMap.hh.
G4VTHitsMap< T, Map_t >::G4VTHitsMap |
Definition at line 458 of file G4THitsMap.hh.
G4VTHitsMap< T, Map_t >::G4VTHitsMap | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 466 of file G4THitsMap.hh.
|
virtual |
Definition at line 475 of file G4THitsMap.hh.
|
inline |
Definition at line 221 of file G4THitsMap.hh.
|
inline |
Definition at line 236 of file G4THitsMap.hh.
|
inline |
Definition at line 249 of file G4THitsMap.hh.
|
inline |
Definition at line 261 of file G4THitsMap.hh.
|
inline |
Definition at line 177 of file G4THitsMap.hh.
Referenced by G4PSCellCharge::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4PSNofCollision::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSNofStep::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSPopulation::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSTermination::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSTrackLength::ProcessHits(), G4PSVolumeFlux::ProcessHits(), and G4RTRun::RecordEvent().
|
inline |
Definition at line 191 of file G4THitsMap.hh.
|
inline |
Definition at line 203 of file G4THitsMap.hh.
|
inline |
Definition at line 146 of file G4THitsMap.hh.
|
inline |
Definition at line 148 of file G4THitsMap.hh.
|
inline |
Definition at line 150 of file G4THitsMap.hh.
|
inline |
Definition at line 151 of file G4THitsMap.hh.
|
inline |
Definition at line 524 of file G4THitsMap.hh.
Referenced by G4PSCellCharge::clear(), G4PSCellFlux::clear(), G4PSCylinderSurfaceCurrent::clear(), G4PSCylinderSurfaceFlux::clear(), G4PSDoseDeposit::clear(), G4PSEnergyDeposit::clear(), G4PSFlatSurfaceCurrent::clear(), G4PSFlatSurfaceFlux::clear(), G4PSMinKinEAtGeneration::clear(), G4PSNofCollision::clear(), G4PSNofSecondary::clear(), G4PSNofStep::clear(), G4PSPassageCellCurrent::clear(), G4PSPassageCellFlux::clear(), G4PSPassageTrackLength::clear(), G4PSPopulation::clear(), G4PSSphereSurfaceCurrent::clear(), G4PSSphereSurfaceFlux::clear(), G4PSTermination::clear(), G4PSTrackCounter::clear(), G4PSTrackLength::clear(), G4PSVolumeFlux::clear(), and G4RTRun::~G4RTRun().
|
virtual |
|
inline |
Definition at line 147 of file G4THitsMap.hh.
|
inline |
Definition at line 149 of file G4THitsMap.hh.
|
inline |
Definition at line 158 of file G4THitsMap.hh.
Referenced by G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSPopulation::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSTermination::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTrackLength::PrintAll(), and G4PSVolumeFlux::PrintAll().
|
inline |
Definition at line 118 of file G4THitsMap.hh.
Referenced by G4VTHitsMap< T, Map_t >::begin(), G4VTHitsMap< T, Map_t >::cbegin(), G4VTHitsMap< T, Map_t >::cend(), G4VTHitsMap< T, Map_t >::end(), G4VTHitsMap< T, Map_t >::GetObject(), and G4VTHitsMap< T, Map_t >::size().
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 163 of file G4THitsMap.hh.
|
inline |
Definition at line 124 of file G4THitsMap.hh.
|
inline |
Definition at line 122 of file G4THitsMap.hh.
|
inline |
Definition at line 155 of file G4THitsMap.hh.
Referenced by G4VTHitsMap< T, Map_t >::add(), G4GMocrenFileSceneHandler::AddCompound(), G4TheMTRayTracer::CreateBitMap(), G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), G4ScoringCylinder::DrawColumn(), G4VTHitsMap< T, Map_t >::operator+=(), G4VTHitsVector< T, Vector_t >::operator+=(), G4VTHitsMap< T, Map_t >::operator[](), G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSPopulation::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSTermination::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTrackLength::PrintAll(), G4PSVolumeFlux::PrintAll(), and G4VTHitsMap< T, Map_t >::set().
|
inline |
Definition at line 144 of file G4THitsMap.hh.
|
inline |
Definition at line 130 of file G4THitsMap.hh.
|
inline |
Definition at line 136 of file G4THitsMap.hh.
|
inline |
Definition at line 142 of file G4THitsMap.hh.
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 164 of file G4THitsMap.hh.
Referenced by G4VScoringMesh::Accumulate().
|
inline |
Definition at line 101 of file G4THitsMap.hh.
G4bool G4VTHitsMap< T, Map_t >::operator== | ( | const G4VTHitsMap< T, Map_t > & | right | ) | const |
Definition at line 486 of file G4THitsMap.hh.
|
inline |
Definition at line 417 of file G4THitsMap.hh.
|
inline |
Definition at line 426 of file G4THitsMap.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 503 of file G4THitsMap.hh.
Referenced by G4VScoringMesh::Accumulate().
|
inline |
Definition at line 351 of file G4THitsMap.hh.
|
inline |
Definition at line 367 of file G4THitsMap.hh.
|
inline |
Definition at line 381 of file G4THitsMap.hh.
|
inline |
Definition at line 397 of file G4THitsMap.hh.
|
inline |
Definition at line 280 of file G4THitsMap.hh.
Referenced by G4PSMinKinEAtGeneration::ProcessHits().
|
inline |
Definition at line 293 of file G4THitsMap.hh.
|
inline |
Definition at line 310 of file G4THitsMap.hh.
|
inline |
Definition at line 326 of file G4THitsMap.hh.
|
inline |
Definition at line 120 of file G4THitsMap.hh.