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