#include <G4THitsMap.hh>
Public 타입 | |
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 멤버 함수 | |
G4VTHitsMap () | |
G4VTHitsMap (G4String detName, G4String colNam) | |
virtual | ~G4VTHitsMap () |
G4int | 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 * | GetMap () const |
G4int | entries () const |
void | clear () |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
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), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | 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)), int > = 0> | |
G4int | set (const G4int &key, U &aHit) const |
template<typename MapU_t = Map_t, enable_if_t<!is_mmap_t(MapU_t), int > = 0> | |
T * | operator[] (G4int key) const |
template<typename MapU_t = Map_t, enable_if_t< is_mmap_t(MapU_t), int > = 0> | |
T * | operator[] (G4int key) const |
G4int | operator== (const G4HitsCollection &right) const |
G4int | operator== (const G4VHitsCollection &right) const |
G4String | GetName () |
G4String | GetName () |
G4String & | GetName () |
G4String | GetSDname () |
G4String | GetSDname () |
G4String & | GetSDname () |
void | SetColID (G4int i) |
G4int | GetColID () const |
Protected 속성 | |
void * | theCollection |
G4String | collectionName |
G4String | SDname |
G4int | colID |
Private 타입 | |
typedef std::multimap< G4int, T * > | mmap_t |
typedef std::pair< G4int, T * > | pair_t |
typedef std::unordered_multimap< G4int, T * > | uommap_t |
template<bool _Bp, typename _Tp = void> | |
using | enable_if_t = typename std::enable_if< _Bp, _Tp >::type |
Private 멤버 함수 | |
template<typename U = T, enable_if_t< is_fundamental_t(U), int > = 0> | |
T * | allocate () const |
template<typename U = T, enable_if_t<!is_fundamental_t(U), int > = 0> | |
T * | allocate () const |
G4THitsMap.hh 파일의 51 번째 라인에서 정의되었습니다.
typedef map_type::const_iterator G4VTHitsMap< T, Map_t >::const_iterator |
G4THitsMap.hh 파일의 83 번째 라인에서 정의되었습니다.
|
private |
G4THitsMap.hh 파일의 65 번째 라인에서 정의되었습니다.
typedef map_type::iterator G4VTHitsMap< T, Map_t >::iterator |
G4THitsMap.hh 파일의 82 번째 라인에서 정의되었습니다.
typedef Map_t G4VTHitsMap< T, Map_t >::map_type |
G4THitsMap.hh 파일의 81 번째 라인에서 정의되었습니다.
|
private |
G4THitsMap.hh 파일의 54 번째 라인에서 정의되었습니다.
|
private |
G4THitsMap.hh 파일의 55 번째 라인에서 정의되었습니다.
typedef G4VTHitsMap<T, Map_t> G4VTHitsMap< T, Map_t >::this_type |
G4THitsMap.hh 파일의 79 번째 라인에서 정의되었습니다.
|
private |
G4THitsMap.hh 파일의 56 번째 라인에서 정의되었습니다.
typedef T G4VTHitsMap< T, Map_t >::value_type |
G4THitsMap.hh 파일의 80 번째 라인에서 정의되었습니다.
G4VTHitsMap< T, Map_t >::G4VTHitsMap | ( | ) |
G4THitsMap.hh 파일의 447 번째 라인에서 정의되었습니다.
G4VTHitsMap< T, Map_t >::G4VTHitsMap | ( | G4String | detName, |
G4String | colNam | ||
) |
G4THitsMap.hh 파일의 455 번째 라인에서 정의되었습니다.
다음을 참조함 : G4HitsCollection::theCollection.
|
virtual |
G4THitsMap.hh 파일의 464 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 150 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4PSNofStep::ProcessHits(), G4PSNofCollision::ProcessHits(), G4PSTermination::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSCellCharge::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSPopulation::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSTrackLength::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), CexmcSimpleEnergyDeposit::ProcessHits(), ScoreSpecies::ProcessHits(), G4RTRun::RecordEvent().
|
inline |
G4THitsMap.hh 파일의 165 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 178 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 197 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 213 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 227 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 240 번째 라인에서 정의되었습니다.
|
inlineprivate |
G4THitsMap.hh 파일의 69 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::add(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::set().
|
inlineprivate |
G4THitsMap.hh 파일의 75 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 126 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 128 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 130 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 131 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 510 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4PSCellCharge::clear(), G4PSEnergyDeposit::clear(), G4PSDoseDeposit::clear(), G4PSNofStep::clear(), G4PSMinKinEAtGeneration::clear(), G4PSTermination::clear(), G4PSTrackCounter::clear(), G4PSNofCollision::clear(), G4PSPassageTrackLength::clear(), G4PSPopulation::clear(), G4PSPassageCellCurrent::clear(), G4PSPassageCellFlux::clear(), G4PSTrackLength::clear(), CexmcSimpleEnergyDeposit::clear(), G4PSNofSecondary::clear(), CexmcTrackPoints::clear(), G4PSCellFlux::clear(), G4PSSphereSurfaceCurrent::clear(), G4PSCylinderSurfaceFlux::clear(), G4PSCylinderSurfaceCurrent::clear(), G4PSSphereSurfaceFlux::clear(), G4PSFlatSurfaceCurrent::clear(), G4PSFlatSurfaceFlux::clear(), ScoreSpecies::clear(), G4RTRun::~G4RTRun().
|
virtual |
G4VHitsCollection(으)로부터 재구현되었습니다.
G4THitsMap.hh 파일의 483 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 127 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 129 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 121 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : B01Run::DumpAllScorer(), B02Run::DumpAllScorer(), B03Run::DumpAllScorer(), RE02Run::DumpAllScorer(), CexmcEnergyDepositInCalorimeter::PrintAll(), CexmcTrackPointsInCalorimeter::PrintAll(), CexmcTrackPointsInLeftRightSet::PrintAll(), CexmcEnergyDepositInLeftRightSet::PrintAll(), G4PSCellCharge::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSTermination::PrintAll(), G4PSPopulation::PrintAll(), G4PSPassageCellCurrent::PrintAll(), CexmcSimpleEnergyDeposit::PrintAll(), CexmcTrackPoints::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSTrackLength::PrintAll(), G4PSCellFlux::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), ScoreSpecies::PrintAll().
|
inlineinherited |
source/digits_hits/hits/include/G4VHitsCollection.hh 파일의 71 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::colID.
다음에 의해서 참조됨 : G4ScoringManager::FindMesh().
|
inlinevirtual |
G4VHitsCollection(으)로부터 재구현되었습니다.
G4THitsMap.hh 파일의 134 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 117 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::add(), G4GMocrenFileSceneHandler::AddCompound(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::begin(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::cbegin(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::cend(), G4TheMTRayTracer::CreateBitMap(), G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), G4ScoringBox::DrawColumn(), B02Run::DumpAllScorer(), B01Run::DumpAllScorer(), B03Run::DumpAllScorer(), ElectronRun::DumpData(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::end(), B3aEventAction::EndOfEventAction(), DicomRunAction::EndOfRunAction(), TSRunAction::EndOfRunAction(), RE06Run::FindMinimum(), B4dEventAction::GetSum(), RE06Run::GetTotal(), RE06Run::Merge(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::operator+=(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::operator[](), G4MPIscorerMerger::Pack(), CexmcTrackPointsInCalorimeter::PrintAll(), CexmcEnergyDepositInCalorimeter::PrintAll(), CexmcEnergyDepositInLeftRightSet::PrintAll(), G4PSCellCharge::PrintAll(), G4PSEnergyDeposit::PrintAll(), CexmcTrackPointsInLeftRightSet::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSTermination::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSNofCollision::PrintAll(), G4PSPopulation::PrintAll(), CexmcSimpleEnergyDeposit::PrintAll(), G4PSPassageCellCurrent::PrintAll(), CexmcTrackPoints::PrintAll(), G4PSTrackLength::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSCellFlux::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), ScoreSpecies::PrintAll(), B3bRun::RecordEvent(), RE06Run::RecordEvent(), Run::RecordEvent(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::set().
source/digits_hits/hits/include/G4VHitsCollection.hh 파일의 65 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::collectionName.
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4VHitsCollection.hh 파일의 76 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::collectionName.
다음에 의해서 참조됨 : G4ScoringManager::Accumulate(), G4VScoringMesh::Accumulate(), B02Run::DumpAllScorer(), B01Run::DumpAllScorer(), B03Run::DumpAllScorer(), RE02Run::DumpAllScorer(), ElectronRun::DumpData(), RE02RunAction::EndOfRunAction(), G4SDManager::GetCollectionID(), MarshaledG4VHitsCollection::marshal1(), MarshaledG4VHitsCollection::marshal3(), CCaloSD::PrintAll().
examples/extended/parallel/TopC/ParN04/AnnotatedFiles/G4VHitsCollection.hh 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::collectionName.
|
inlineinherited |
source/digits_hits/hits/include/G4VHitsCollection.hh 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::SDname.
|
inlineinherited |
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4VHitsCollection.hh 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::SDname.
다음에 의해서 참조됨 : G4ScoringManager::Accumulate(), B01Run::DumpAllScorer(), B03Run::DumpAllScorer(), B02Run::DumpAllScorer(), RE02Run::DumpAllScorer(), G4ScoringManager::FindMesh(), G4SDManager::GetCollectionID(), MarshaledG4VHitsCollection::marshal2().
|
inlineinherited |
examples/extended/parallel/TopC/ParN04/AnnotatedFiles/G4VHitsCollection.hh 파일의 80 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::SDname.
|
inlinevirtual |
G4VHitsCollection(으)로부터 재구현되었습니다.
G4THitsMap.hh 파일의 135 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VScoringMesh::Accumulate(), G4MPIscorerMerger::CalculatePackSize(), RE06Run::FindMinimum(), RE06Run::GetTotal(), G4MPIscorerMerger::Pack().
|
inline |
G4THitsMap.hh 파일의 100 번째 라인에서 정의되었습니다.
|
inherited |
G4VHitsCollection.cc 파일의 51 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::collectionName, G4VHitsCollection::SDname.
|
inherited |
G4THitsCollection.cc 파일의 48 번째 라인에서 정의되었습니다.
다음을 참조함 : anHCAllocator_G4MT_TLS_(), G4VHitsCollection::collectionName.
G4int G4VTHitsMap< T, Map_t >::operator== | ( | const G4VTHitsMap< T, Map_t > & | right | ) | const |
G4THitsMap.hh 파일의 475 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::collectionName.
|
inline |
G4THitsMap.hh 파일의 405 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 415 번째 라인에서 정의되었습니다.
|
virtual |
G4VHitsCollection(으)로부터 재구현되었습니다.
G4THitsMap.hh 파일의 489 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VScoringMesh::Accumulate().
|
inline |
G4THitsMap.hh 파일의 260 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06Run::Merge(), G4PSMinKinEAtGeneration::ProcessHits(), CexmcTrackPoints::ProcessHits(), RE06Run::RecordEvent(), G4MPIscorerMerger::UnPackHitStatDoubleMap().
|
inline |
G4THitsMap.hh 파일의 274 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 292 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 309 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 335 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 352 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 367 번째 라인에서 정의되었습니다.
|
inline |
G4THitsMap.hh 파일의 384 번째 라인에서 정의되었습니다.
source/digits_hits/hits/include/G4VHitsCollection.hh 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VHitsCollection::colID.
다음에 의해서 참조됨 : G4HCofThisEvent::AddHitsCollection().
|
protectedinherited |
source/digits_hits/hits/include/G4VHitsCollection.hh 파일의 62 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VHitsCollection::G4VHitsCollection(), G4VHitsCollection::GetColID(), G4VHitsCollection::SetColID().
|
protectedinherited |
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4VHitsCollection.hh 파일의 63 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VHitsCollection::G4VHitsCollection(), G4VHitsCollection::GetName(), G4VHitsCollection::operator==(), G4HitsCollection::operator==(), G4THitsCollection< T >::operator==(), G4VTHitsMap< T, Map_t >::operator==(), G4TAtomicHitsMap< T >::operator==(), G4TAtomicHitsCollection< T >::operator==(), MarshaledG4VHitsCollection::unmarshal1().
|
protectedinherited |
|
protectedinherited |
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4THitsCollection.hh 파일의 62 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4THitsCollection< T >::entries(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::entries(), G4THitsCollection< T >::G4THitsCollection(), G4VTHitsMap< T, Map_t >::G4VTHitsMap(), G4THitsCollection< T >::GetHit(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::GetMap(), G4THitsCollection< T >::GetSize(), G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >::GetSize(), G4THitsCollection< T >::GetVector(), G4THitsCollection< T >::insert(), G4THitsCollection< T >::operator[]().