|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
32 return access()->implementation->cellID(local, global, volID);
37 return access()->implementation->gridRValues();
42 return access()->implementation->gridPhiValues();
46 access()->implementation->setGridRValues(cellSize,rID);
51 access()->implementation->setGridSizePhi(cellSize,phiID);
56 access()->implementation->setGridRValues(rValues);
61 access()->implementation->setGridPhiValues(phiValues);
66 return access()->implementation->offsetR();
71 return access()->implementation->offsetPhi();
76 access()->implementation->setOffsetR(offset);
81 access()->implementation->setOffsetPhi(offset);
86 return access()->implementation->fieldNameR();
91 return access()->implementation->fieldNamePhi();
104 return access()->implementation->cellDimensions(
id);
std::vector< double > gridRValues() const
access the grid size in R
void setGridSizeR(double cellSize, int rID) const
set the grid Boundaries in R
void setGridPhiValues(std::vector< double > const &phiValues) const
set the grid size in Phi for each bin in R
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
const std::string & fieldNamePhi() const
access the field name used for Phi
void setGridSizePhi(double cellSize, int phiID) const
set the grid size in Phi
double offsetPhi() const
access the coordinate offset in Phi
std::vector< double > gridPhiValues() const
access the grid size in Phi
const std::string & fieldNameR() const
access the field name used for R
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
double offsetR() const
access the coordinate offset in R
void setOffsetPhi(double offset) const
set the coordinate offset in Phi
ROOT::Math::XYZVector Position
void setOffsetR(double offset) const
set the coordinate offset in R
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 setGridRValues(std::vector< double > const &rValues) const
set the grid boundaries for R
dd4hep::DDSegmentation::CellID CellID