|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
30 return access()->implementation->cellID(local, global, volID);
35 return access()->implementation->gridSizeX();
40 return access()->implementation->gridSizeY();
45 return access()->implementation->offsetX();
50 return access()->implementation->offsetY();
54 return access()->implementation->waferOffsetX(inGroup,inWafer);
59 return access()->implementation->waferOffsetY(inGroup,inWafer);
64 return access()->implementation->fieldNameX();
69 return access()->implementation->fieldNameY();
82 return access()->implementation->cellDimensions(
id);
const std::string & fieldNameY() const
access the field name used for Y
double waferOffsetX(int inGroup, int inWafer) const
access the coordinate waferOffset for inGroup in X
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
double offsetY() const
access the coordinate offset in Y
const std::string & fieldNameX() const
access the field name used for X
double waferOffsetY(int inGroup, int inWafer) const
access the coordinate waferOffset for inGroup in Y
double gridSizeY() const
access the grid size in Y
ROOT::Math::XYZVector Position
dd4hep::DDSegmentation::VolumeID VolumeID
Position position(const CellID &cellID) const
determine the position based on the cell ID
double offsetX() const
access the coordinate offset in X
T * access() const
Checked object access. Throws invalid handle runtime exception if invalid handle.
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,...
Namespace for the AIDA detector description toolkit.
double gridSizeX() const
access the grid size in X
dd4hep::DDSegmentation::CellID CellID