Geant4
10.03
|
#include <G4THitsMap.hh>
Public Member Functions | |
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 |
Public Member Functions inherited from G4HitsCollection | |
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 |
Public Member Functions inherited from G4VHitsCollection | |
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 |
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.
G4THitsMap< T >::G4THitsMap | ( | ) |
Definition at line 213 of file G4THitsMap.hh.
G4THitsMap< T >::G4THitsMap | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 218 of file G4THitsMap.hh.
References G4HitsCollection::theCollection.
|
virtual |
Definition at line 224 of file G4THitsMap.hh.
|
inline |
Definition at line 106 of file G4THitsMap.hh.
Referenced by G4THitsMap< G4double >::operator+=(), G4PSNofStep::ProcessHits(), G4PSCellCharge::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSTermination::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSNofCollision::ProcessHits(), G4PSPopulation::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSTrackLength::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), CexmcSimpleEnergyDeposit::ProcessHits(), ScoreSpecies::ProcessHits(), and G4RTRun::RecordEvent().
|
inline |
Definition at line 118 of file G4THitsMap.hh.
|
inline |
Definition at line 130 of file G4THitsMap.hh.
|
inline |
Definition at line 142 of file G4THitsMap.hh.
|
inline |
Definition at line 267 of file G4THitsMap.hh.
Referenced by G4PSCellCharge::clear(), G4PSEnergyDeposit::clear(), G4PSDoseDeposit::clear(), G4PSNofStep::clear(), G4PSTermination::clear(), G4PSTrackCounter::clear(), G4PSNofCollision::clear(), G4PSMinKinEAtGeneration::clear(), G4PSPassageTrackLength::clear(), G4PSPassageCellCurrent::clear(), G4PSPopulation::clear(), G4PSPassageCellFlux::clear(), CexmcSimpleEnergyDeposit::clear(), G4PSTrackLength::clear(), G4PSNofSecondary::clear(), CexmcTrackPoints::clear(), G4PSCellFlux::clear(), G4PSSphereSurfaceCurrent::clear(), G4PSCylinderSurfaceFlux::clear(), G4PSSphereSurfaceFlux::clear(), G4PSCylinderSurfaceCurrent::clear(), G4PSFlatSurfaceCurrent::clear(), G4PSFlatSurfaceFlux::clear(), ScoreSpecies::clear(), and G4RTRun::~G4RTRun().
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 248 of file G4THitsMap.hh.
|
inline |
Definition at line 200 of file G4THitsMap.hh.
Referenced by B01Run::DumpAllScorer(), B02Run::DumpAllScorer(), B03Run::DumpAllScorer(), RE02Run::DumpAllScorer(), CexmcTrackPointsInCalorimeter::PrintAll(), CexmcEnergyDepositInCalorimeter::PrintAll(), G4PSEnergyDeposit::PrintAll(), CexmcEnergyDepositInLeftRightSet::PrintAll(), G4PSCellCharge::PrintAll(), CexmcTrackPointsInLeftRightSet::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTermination::PrintAll(), G4PSPassageCellCurrent::PrintAll(), CexmcSimpleEnergyDeposit::PrintAll(), G4PSPopulation::PrintAll(), CexmcTrackPoints::PrintAll(), G4PSTrackLength::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSCellFlux::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), and ScoreSpecies::PrintAll().
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 207 of file G4THitsMap.hh.
|
inline |
Definition at line 99 of file G4THitsMap.hh.
Referenced by G4THitsMap< G4double >::add(), G4GMocrenFileSceneHandler::AddCompound(), G4TheMTRayTracer::CreateBitMap(), G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), G4ScoringBox::DrawColumn(), B02Run::DumpAllScorer(), B01Run::DumpAllScorer(), B03Run::DumpAllScorer(), RE02Run::DumpAllScorer(), ElectronRun::DumpData(), B3aEventAction::EndOfEventAction(), DicomRunAction::EndOfRunAction(), TSRunAction::EndOfRunAction(), RE06Run::FindMinimum(), B4dEventAction::GetSum(), RE06Run::GetTotal(), RE06Run::Merge(), G4THitsMap< G4double >::operator+=(), G4MPIscorerMerger::Pack(), CexmcEnergyDepositInCalorimeter::PrintAll(), CexmcTrackPointsInCalorimeter::PrintAll(), G4PSEnergyDeposit::PrintAll(), CexmcEnergyDepositInLeftRightSet::PrintAll(), CexmcTrackPointsInLeftRightSet::PrintAll(), G4PSCellCharge::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSNofCollision::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTermination::PrintAll(), CexmcSimpleEnergyDeposit::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPopulation::PrintAll(), CexmcTrackPoints::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSTrackLength::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSCellFlux::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), ScoreSpecies::PrintAll(), RE06Run::RecordEvent(), B3bRun::RecordEvent(), Run::RecordEvent(), TSRun::RecordEvent(), and G4THitsMap< G4double >::set().
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 208 of file G4THitsMap.hh.
Referenced by G4VScoringMesh::Accumulate(), G4MPIscorerMerger::CalculatePackSize(), RE06Run::FindMinimum(), RE06Run::GetTotal(), and G4MPIscorerMerger::Pack().
|
inline |
Definition at line 63 of file G4THitsMap.hh.
|
inline |
Definition at line 76 of file G4THitsMap.hh.
G4int G4THitsMap< T >::operator== | ( | const G4THitsMap< T > & | right | ) | const |
Definition at line 235 of file G4THitsMap.hh.
References G4VHitsCollection::collectionName.
|
inline |
Definition at line 239 of file G4THitsMap.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 251 of file G4THitsMap.hh.
References G4cout, and G4endl.
Referenced by G4VScoringMesh::Accumulate().
|
inline |
Definition at line 156 of file G4THitsMap.hh.
Referenced by RE06Run::Merge(), G4PSMinKinEAtGeneration::ProcessHits(), CexmcTrackPoints::ProcessHits(), RE06Run::RecordEvent(), and G4MPIscorerMerger::UnPackHitStatDoubleMap().
|
inline |
Definition at line 167 of file G4THitsMap.hh.
|
inline |
Definition at line 178 of file G4THitsMap.hh.
|
inline |
Definition at line 190 of file G4THitsMap.hh.