|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
22 return access()->implementation->discriminatorName();
27 return access()->implementation->discriminator();
33 return access()->implementation->subSegmentations();
46 return access()->implementation->cellID(local, global, volID);
59 return access()->implementation->cellDimensions(
id);
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,...
const Segmentations & subSegmentations() const
The underlying sub-segementations.
Helper class for BitFieldCoder that corresponds to one field value.
Position position(const CellID &cellID) const
determine the position based on the cell ID
DDSegmentation::MultiSegmentation::Segmentations Segmentations
const BitFieldElement * discriminator() const
Discriminating bitfield entry.
CellID cellID(const Position &local, const Position &global, const VolumeID &volID) const
determine the cell ID based on the position
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.
const std::string & discriminatorName() const
access the field name used to discriminate sub-segmentations
dd4hep::DDSegmentation::CellID CellID