10#include <pxd/dbobjects/PXDSensorInfoPar.h>
11#include <vxd/dbobjects/VXDGeometryPar.h>
12#include <vxd/dbobjects/VXDPolyConePar.h>
56 VXDGeometryPar::operator=(geo);
The Class for VXD geometry.
void setNTubes(int nTubes)
set number of tubes
double getTubesMaxZ() const
get tubes maxZ
double getCutOutShift() const
get shift of cutouts
PXDGeometryPar(PXDGeometryPar &geo)
Copy constructor.
double m_cutOutStartPhi
Start Rphi of PXD endflange coutOuts.
PXDGeometryPar()
Default constructor.
void setTubesRPhi(double rphi)
set tubes tubes RPhi
double getTubesMinZ() const
get tubes minZ
void setTubesMaxR(double maxR)
set tubes maxR
ClassDef(PXDGeometryPar, 5)
ClassDef, must be the last term before the closing {}.
const std::vector< VXDPolyConePar > & getEndflanges() const
get Endflanges
double getTubesStartPhi() const
get tubes tubes StartPhi
void setNCutOuts(int nCutouts)
set number of cutouts
double m_cutOutWidth
Width of PXD endflange coutOuts.
double m_tubesMaxR
MaxZ of PXD carbon tubes.
~PXDGeometryPar()
Destructor.
double getCutOutDeltaPhi() const
get deltaphi of cutouts
PXDGeometryPar & operator=(PXDGeometryPar &geo)
Assignemnt operator.
void setCutOutShift(double shift)
set shift of cutouts
int m_nCutouts
Number of PXD endflange coutOuts.
double getTubesMaxR() const
get tubes maxR
std::vector< VXDPolyConePar > m_endflanges
PXD Endflanges.
int m_nTubes
Number of PXD carbon tubes.
double getTubesRPhi() const
get tubes tubes RPhi
double getCutOutWidth() const
get width of cutouts
double m_cutOutRphi
Rphi of PXD endflange coutOuts.
std::vector< PXDSensorInfoPar * > & getSensorInfos()
get sensorInfos
double getCutOutRPhi() const
get rphi of cutouts
void setCutOutWidth(double width)
set width of cutouts
void setTubesMinZ(double minZ)
set tubes minZ
double m_tubesStartPhi
Start Rphi of PXD carbon tubes.
std::vector< VXDPolyConePar > & getEndflanges()
get Endflanges
double getCutOutStartPhi() const
get start phi of cutouts
void setCutOutHeight(double height)
set height of cutouts
double m_tubesMinZ
MinZ of PXD carbon tubes.
const std::string & getTubesMaterial() const
get tubes tubes material
double m_cutOutDeltaPhi
Delta Rphi of PXD endflange coutOuts.
double m_tubesMaxZ
MaxZ of PXD carbon tubes.
void setCutOutDeltaPhi(double delta)
set deltaphi of cutouts
double getTubesDeltaPhi() const
get tubes tubes DeltaPhi
void setTubesDeltaPhi(double delta)
set tubes tubes DeltaPhi
double m_tubesDeltaPhi
Delta Phi of PXD carbon tubes.
double m_cutOutShift
Shift of PXD endflange coutOuts.
std::string m_tubesMaterial
Material of PXD carbon tubes.
double m_tubesMinR
MinR of PXD carbon tubes.
void setTubesMaxZ(double maxZ)
set tubes maxZ
bool getBuildSupport() const
build support
std::vector< PXDSensorInfoPar * > m_SensorInfo
Vector of points to SensorInfo objects.
int getNTubes() const
get number of tubes
double m_cutOutHeight
Height of PXD endflange coutOuts.
void setTubesMinR(double minR)
set tubes minR
void setCutOutStartPhi(double start)
set start phi of cutouts
void setCutOutRPhi(double rphi)
set rphi of cutouts
void setTubesStartPhi(double start)
set tubes tubes StartPhi
double m_tubesRPhi
Rphi of PXD carbon tubes.
int getNCutOuts() const
get number of cutouts
double getTubesMinR() const
get tubes minR
void setTubesMaterial(const std::string &material)
set tubes tubes material
double getCutOutHeight() const
get height of cutouts
The Class for VXD geometry.
The Class for VXD geometry.
Abstract base class for different kinds of events.