ATLAS Offline Software
|
Definition of the TileDetectorFactoryLite class. The TileDetectorFactoryLite is invoked by the TileDetectorTool when the GeoModel description of Tile calorimeter is built from the SQLite database It also builds readout geometry (coming soon). More...
#include <TileDetectorFactoryLite.h>
Public Member Functions | |
TileDetectorFactoryLite (StoreGateSvc *pDetStore, TileDetDescrManager *manager, GeoModelIO::ReadGeoModel *sqliteReader, IRDBAccessSvc *rdbaccess, const TileSwitches &switches, MsgStream *log, bool fullGeo) | |
Constructor. More... | |
~TileDetectorFactoryLite () | |
Destructor. More... | |
virtual void | create (GeoPhysVol *world) |
Creation of Tile geometry. More... | |
virtual const TileDetDescrManager * | getDetectorManager () const |
Access function to TileDetDescr geometry data. More... | |
Private Attributes | |
TileDetDescrManager * | m_detectorManager |
Detector pointer to TileDetDescrManager. More... | |
IRDBAccessSvc * | m_paramsSvc |
Pointer to an instance of the RDBAccessSvc to get parameters from the SQLite file. More... | |
TileSwitches | m_switches |
all switches More... | |
MsgStream * | m_log |
Get message SVC. More... | |
bool | m_verbose |
Flag for activation verbose level for debugging. More... | |
Definition of the TileDetectorFactoryLite class. The TileDetectorFactoryLite is invoked by the TileDetectorTool when the GeoModel description of Tile calorimeter is built from the SQLite database It also builds readout geometry (coming soon).
Updates:
Definition at line 42 of file TileDetectorFactoryLite.h.
TileDetectorFactoryLite::TileDetectorFactoryLite | ( | StoreGateSvc * | pDetStore, |
TileDetDescrManager * | manager, | ||
GeoModelIO::ReadGeoModel * | sqliteReader, | ||
IRDBAccessSvc * | rdbaccess, | ||
const TileSwitches & | switches, | ||
MsgStream * | log, | ||
bool | fullGeo | ||
) |
TileDetectorFactoryLite::~TileDetectorFactoryLite | ( | ) |
|
virtual |
Creation of Tile geometry.
Definition at line 61 of file TileDetectorFactoryLite.cxx.
|
inlinevirtual |
Access function to TileDetDescr geometry data.
Definition at line 62 of file TileDetectorFactoryLite.h.
|
private |
Detector pointer to TileDetDescrManager.
Definition at line 67 of file TileDetectorFactoryLite.h.
|
private |
Get message SVC.
Definition at line 76 of file TileDetectorFactoryLite.h.
|
private |
Pointer to an instance of the RDBAccessSvc to get parameters from the SQLite file.
Definition at line 70 of file TileDetectorFactoryLite.h.
|
private |
all switches
Definition at line 73 of file TileDetectorFactoryLite.h.
|
private |
Flag for activation verbose level for debugging.
Definition at line 79 of file TileDetectorFactoryLite.h.