|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
15 #ifndef DD4HEP_CARTESIANSTRIPZ_H
16 #define DD4HEP_CARTESIANSTRIPZ_H 1
25 namespace DDSegmentation {
26 class CartesianStripZ;
96 #endif // DD4HEP_CARTESIANSTRIPZ_H
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
CartesianStripZ(const Handle< Object > &e)
Copy constructor from handle.
T Object
Extern accessible definition of the contained element type.
CartesianStripZ(const Handle< Q > &e)
Copy constructor from other equivalent handle.
Position position(const CellID &cellID) const
determine the position based on the cell ID
Handle: a templated class like a shared pointer, which allows specialized access to tgeometry objects...
double stripSizeZ() const
access the strip size in Z
bool operator==(const CartesianStripZ &seg) const
Equality operator.
const std::string & fieldNameZ() const
access the field name used for Z
Handle< SegmentationWrapper< DDSegmentation::CartesianStripZ > > CartesianStripZHandle
We need some abbreviation to make the code more readable.
std::vector< double > cellDimensions(const CellID &cellID) const
Returns a vector<double> of the cellDimensions of the given cell ID in natural order of dimensions,...
void setOffsetZ(double offset) const
set the coordinate offset in Z
T * m_element
Single and only data member: Reference to the actual element.
double offsetZ() const
access the coordinate offset in Z
Implementation class for the strip Z segmentation.
CartesianStripZ & operator=(const CartesianStripZ &seg)=default
Assignment operator.
ROOT::Math::XYZVector Position
dd4hep::DDSegmentation::VolumeID VolumeID
Namespace for the AIDA detector description toolkit.
CartesianStripZ()=default
Default constructor.
void setStripSizeZ(double cellSize) const
set the strip size in Z
Handle class supporting generic Segmentations of sensitive detectors.
CartesianStripZ(const CartesianStripZ &e)=default
Copy constructor.
dd4hep::DDSegmentation::CellID CellID
CartesianStripZ(const Segmentation &e)
Copy Constructor from segmentation base object.