 |
Belle II Software
release-05-02-19
|
12 #include <svd/dbobjects/SVDSensorInfoPar.h>
13 #include <vxd/dbobjects/VXDGeometryPar.h>
15 #include <svd/dbobjects/SVDCoolingPipesPar.h>
16 #include <svd/dbobjects/SVDSupportRibsPar.h>
17 #include <svd/dbobjects/SVDEndringsPar.h>
18 #include <vxd/dbobjects/VXDRotationSolidPar.h>
31 class SVDGeometryPar:
public VXDGeometryPar {
std::map< int, SVDSupportRibsPar > m_supportRibs
SVD SupportRibs parameters.
bool getCoolingPipesExist(int) const
return if endrings exist
The Class for VXD geometry.
std::map< int, SVDEndringsPar > m_endrings
SVD Endrings parameters.
std::vector< VXDRotationSolidPar > m_halfShell
SVD Half Shell parameters.
Abstract base class for different kinds of events.
const std::map< int, SVDCoolingPipesPar > & getCoolingPipes() const
get cooling pipes
SVDGeometryPar()
Default constructor.
const std::vector< VXDRotationSolidPar > & getRotationSolids() const
get SVD halfshell Rotation Solids
std::vector< SVDSensorInfoPar * > m_SensorInfo
Vector of pointers to SensorInfo objects.
const std::map< int, SVDEndringsPar > & getEndrings() const
get endrings
std::vector< SVDSensorInfoPar * > & getSensorInfos()
get sensorInfos
std::map< int, SVDCoolingPipesPar > m_coolingPipes
SVD Cooling Pipes parameters.
bool getEndringsExist(int) const
return if endrings exist
bool getSupportRibsExist(int) const
return if SVD Support Ribs exist
ClassDef(SVDGeometryPar, 5)
ClassDef, must be the last term before the closing {}.
const std::map< int, SVDSupportRibsPar > & getSupportRibs() const
get support ribs