FairRoot/PandaRoot
|
#include <PndSttTubeMap.h>
Public Member Functions | |
virtual | ~PndSttTubeMap () |
void | AddTube (int tubeId, PndSttTube *tube) |
PndSttTube * | GetTube (int tubeId) |
std::map< int, PndSttTube * > | GetMap () |
int | GetMapSize () |
Static Public Member Functions | |
static PndSttTubeMap * | Instance () |
Private Member Functions | |
PndSttTubeMap () | |
ClassDef (PndSttTubeMap, 1) | |
Private Attributes | |
std::map< int, PndSttTube * > | fTubeMap |
Static Private Attributes | |
static PndSttTubeMap * | fInstance = NULL |
Definition at line 16 of file PndSttTubeMap.h.
|
virtual |
Definition at line 20 of file PndSttTubeMap.cxx.
|
private |
Definition at line 15 of file PndSttTubeMap.cxx.
Referenced by Instance().
|
inline |
Definition at line 21 of file PndSttTubeMap.h.
References fTubeMap.
Referenced by PndSttTubeMapCreatorRoot::CreateTubeMap().
|
private |
|
inline |
Definition at line 27 of file PndSttTubeMap.h.
References fTubeMap.
Referenced by PndSttTubeMapCreatorRoot::CreateTubeMap().
|
inline |
|
inline |
Definition at line 22 of file PndSttTubeMap.h.
References fTubeMap.
Referenced by PndBarrelTrackFinder::DrawTracks(), PndSttHitProducerRealFast::Exec(), PndSttIsochroneDraw::Exec(), PndBarrelTrackFinder::Exec(), PndBarrelTrackFinder::ExtractMeanZ_PFromTrack(), PndSttNeighborhoodCreator::FindNeighbors(), PndBarrelTrackFinder::MatchHitToHit(), PndBarrelTrackFinder::MatchSkewedSttHitTT(), PndSttRecoHit2::PndSttRecoHit2(), and PndBarrelTrackFinder::PrintTracks().
|
static |
Definition at line 24 of file PndSttTubeMap.cxx.
References fInstance, and PndSttTubeMap().
Referenced by PndSttTubeMapCreatorRoot::CreateTubeMap(), PndBarrelTrackFinder::DrawTracks(), PndSttHitProducerRealFast::Exec(), PndSttIsochroneDraw::Exec(), PndBarrelTrackFinder::Exec(), PndBarrelTrackFinder::ExtractMeanZ_PFromTrack(), PndSttNeighborhoodCreator::FindNeighbors(), PndBarrelTrackFinder::MatchHitToHit(), PndBarrelTrackFinder::MatchSkewedSttHitTT(), PndSttRecoHit2::PndSttRecoHit2(), and PndBarrelTrackFinder::PrintTracks().
|
staticprivate |
Definition at line 30 of file PndSttTubeMap.h.
Referenced by Instance().
|
private |
Definition at line 31 of file PndSttTubeMap.h.
Referenced by AddTube(), GetMap(), GetMapSize(), and GetTube().