|
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->gridSizeU();
40 return access()->implementation->gridSizeV();
45 access()->implementation->setGridSizeU(cellSize);
50 access()->implementation->setGridSizeV(cellSize);
55 return access()->implementation->offsetU();
60 return access()->implementation->offsetV();
65 return access()->implementation->gridAngle();
70 access()->implementation->setOffsetU(offset);
75 access()->implementation->setOffsetV(offset);
80 return access()->implementation->fieldNameU();
85 return access()->implementation->fieldNameV();
90 return access()->implementation->cellDimensions(
id);
const std::string & fieldNameU() const
access the field name used for U
double gridSizeU() const
access the grid size in U
double gridSizeV() const
access the grid size in V
void setOffsetV(double offset) const
set the coordinate offset in V
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,...
Position position(const CellID &cellID) const
determine the position based on the cell ID
const std::string & fieldNameV() const
access the field name used for V
void setGridSizeU(double cellSize) const
set the grid size in U
double offsetV() const
access the coordinate offset in V
void setGridSizeV(double cellSize) const
set the grid size in V
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
double offsetU() const
access the coordinate offset in U
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 setOffsetU(double offset) const
set the coordinate offset in U
double gridAngle() const
access the rotation angle
dd4hep::DDSegmentation::CellID CellID