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