|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
28 return access()->implementation->cellID(local, global, volID);
36 access()->implementation->setStripSizeZ(cellSize);
50 return access()->implementation->cellDimensions(
id);
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
Position position(const CellID &cellID) const
determine the position based on the cell ID
double stripSizeZ() const
access the strip size in Z
const std::string & fieldNameZ() const
access the field name used for Z
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
double offsetZ() const
access the coordinate offset in Z
ROOT::Math::XYZVector Position
dd4hep::DDSegmentation::VolumeID VolumeID
T * access() const
Checked object access. Throws invalid handle runtime exception if invalid handle.
Namespace for the AIDA detector description toolkit.
void setStripSizeZ(double cellSize) const
set the strip size in Z
dd4hep::DDSegmentation::CellID CellID