|
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->gridSizePhi();
40 return access()->implementation->gridSizeZ();
45 access()->implementation->setGridSizePhi(cellSize);
50 access()->implementation->setGridSizeZ(cellSize);
55 return access()->implementation->offsetPhi();
60 return access()->implementation->offsetZ();
65 access()->implementation->setOffsetPhi(offset);
70 access()->implementation->setOffsetZ(offset);
75 return access()->implementation->fieldNamePhi();
80 return access()->implementation->fieldNameZ();
85 return access()->implementation->cellDimensions(
id);
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
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
void setGridSizeZ(double cellSize) const
set the grid size in Z
double offsetZ() const
access the coordinate offset in Z
void setGridSizePhi(double cellSize) const
set the grid size in phi
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
T * access() const
Checked object access. Throws invalid handle runtime exception if invalid handle.
const std::string & fieldNamePhi() const
access the field name used for phi
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
dd4hep::DDSegmentation::CellID CellID