#include <FWTGeoRecoGeometry.h>
Classes | |
struct | Info |
Public Types | |
typedef std::map< unsigned int, FWTGeoRecoGeometry::Info > | InfoMap |
Public Member Functions | |
FWTGeoRecoGeometry (void) | |
void | manager (TGeoManager *geom) |
TGeoManager * | manager (void) const |
virtual | ~FWTGeoRecoGeometry (void) |
Public Attributes | |
InfoMap | idToName |
Private Attributes | |
TGeoManager * | m_manager |
Definition at line 13 of file FWTGeoRecoGeometry.h.
typedef std::map<unsigned int, FWTGeoRecoGeometry::Info> FWTGeoRecoGeometry::InfoMap |
Definition at line 53 of file FWTGeoRecoGeometry.h.
FWTGeoRecoGeometry::FWTGeoRecoGeometry | ( | void | ) |
Definition at line 3 of file FWTGeoRecoGeometry.cc.
: m_manager( 0 ) {}
FWTGeoRecoGeometry::~FWTGeoRecoGeometry | ( | void | ) | [virtual] |
Definition at line 7 of file FWTGeoRecoGeometry.cc.
{}
TGeoManager* FWTGeoRecoGeometry::manager | ( | void | ) | const [inline] |
void FWTGeoRecoGeometry::manager | ( | TGeoManager * | geom | ) | [inline] |
Definition at line 61 of file FWTGeoRecoGeometry.h.
References relativeConstraints::geom, and m_manager.
Definition at line 55 of file FWTGeoRecoGeometry.h.
TGeoManager* FWTGeoRecoGeometry::m_manager [private] |
Definition at line 67 of file FWTGeoRecoGeometry.h.
Referenced by manager().