16 #include <vxd/dbobjects/VXDGlobalPar.h>
17 #include <vxd/dbobjects/VXDAlignmentPar.h>
18 #include <vxd/dbobjects/VXDEnvelopePar.h>
19 #include <vxd/dbobjects/VXDHalfShellPar.h>
21 #include <vxd/dbobjects/VXDGeoComponentPar.h>
22 #include <vxd/dbobjects/VXDGeoSensorPar.h>
23 #include <vxd/dbobjects/VXDGeoLadderPar.h>
24 #include <vxd/dbobjects/VXDGeoRadiationSensorsPar.h>
The Class for VXD Alignment payload.
The Class for VXD Envelope parameters.
The Class for VXD geometry component.
The Class for VXD Ladder payload.
The Class for VXD Radiation Sensor parameters.
The Class for VXD Sensor payload.
The Class for VXD geometry.
const VXDEnvelopePar & getEnvelope() const
get envelope parameters
const std::map< std::string, VXDGeoSensorPar > & getSensorMap() const
get sensor map
std::vector< std::string > & getComponentInsertOder()
get component insert order
std::vector< VXDHalfShellPar > & getHalfShells()
get half-shell
VXDAlignmentPar getAlignment(std::string name) const
get alignment parameters for component name
std::map< int, VXDGeoLadderPar > m_ladders
Parameters of the detector ladders.
const std::vector< std::string > & getComponentInsertOder() const
get component insert order
VXDGlobalPar m_globals
Container for a few general parameters.
std::map< std::string, VXDGeoSensorPar > & getSensorMap()
get sensor map
std::string m_prefix
Prefix to prepend to all volume names.
void setGlobalParams(const VXDGlobalPar &globals)
set global parameters
void setRadiationSensors(const VXDGeoRadiationSensorsPar &diamonds)
set radiation sensor parameters
const VXDGlobalPar & getGlobalParams() const
get global parameters
const std::vector< VXDHalfShellPar > & getHalfShells() const
get half-shell
VXDEnvelopePar m_envelope
Envelope parameters.
std::string getPrefix() const
get prefix
int getSensitiveChipID(std::string name) const
get Bkg sensitive chip Id
std::map< int, VXDGeoLadderPar > & getLadderMap()
get ladder map
std::map< std::string, VXDAlignmentPar > m_alignment
Alignment parameters for all components.
VXDGeometryPar()
Default constructor.
std::map< std::string, VXDGeoComponentPar > m_componentCache
Cache of all previously created components.
VXDGeoRadiationSensorsPar m_radiationsensors
Diamond radiation sensors.
std::map< std::string, VXDGeoComponentPar > & getComponentMap()
get component maps
std::map< std::string, int > m_sensitiveIDCache
Cache of all Bkg sensitive chip Ids.
std::vector< VXDHalfShellPar > m_halfShells
Cache for half shells
void setEnvelope(const VXDEnvelopePar &envelope)
set envelope parameters
const VXDGeoRadiationSensorsPar & getRadiationSensors() const
get radiation sensor parameters
void setPrefix(const std::string &prefix)
set prefix
ClassDef(VXDGeometryPar, 5)
ClassDef, must be the last term before the closing {}.
const std::map< std::string, VXDGeoComponentPar > & getComponentMap() const
get component maps
std::map< std::string, VXDGeoSensorPar > m_sensorMap
Map containing Information about all defined sensor types.
const VXDGeoComponentPar & getComponent(std::string name) const
get component
std::map< std::string, VXDAlignmentPar > & getAlignmentMap()
get alignmant map
std::map< std::string, int > & getSensitiveChipIdMap()
get sensitive chip id map
const VXDGeoSensorPar & getSensor(std::string sensorTypeID) const
get sensor type
const VXDGeoLadderPar & getLadder(int layerID) const
get ladder for given layer
std::vector< std::string > m_componentInsertOrder
Vector remembering the order of insertions into component cache.
The Class for VXD global paramter payload.
Abstract base class for different kinds of events.