|
ATLAS Offline Software
|
Go to the documentation of this file.
25 #ifndef TileDetectorFactoryLite_h
26 #define TileDetectorFactoryLite_h 1
28 #include "GeoModelKernel/GeoVDetectorFactory.h"
48 GeoModelIO::ReadGeoModel* sqliteReader,
58 virtual void create(GeoPhysVol *world);
MsgStream * m_log
Get message SVC.
TileSwitches m_switches
all switches
The Athena Transient Store API.
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
virtual void create(GeoPhysVol *world)
Creation of Tile geometry.
TileDetDescrManager * m_detectorManager
Detector pointer to TileDetDescrManager.
Definition of the TileDetectorFactoryLite class. The TileDetectorFactoryLite is invoked by the TileDe...
~TileDetectorFactoryLite()
Destructor.
IRDBAccessSvc * m_paramsSvc
Pointer to an instance of the RDBAccessSvc to get parameters from the SQLite file.
virtual const TileDetDescrManager * getDetectorManager() const
Access function to TileDetDescr geometry data.
TileDetectorFactoryLite(StoreGateSvc *pDetStore, TileDetDescrManager *manager, GeoModelIO::ReadGeoModel *sqliteReader, IRDBAccessSvc *rdbaccess, const TileSwitches &switches, MsgStream *log, bool fullGeo)
Constructor.
bool m_verbose
Flag for activation verbose level for debugging.