11 #include <vxd/dataobjects/VxdID.h>
64 std::vector<unsigned short> pxdLayers;
66 std::back_inserter(pxdLayers),
67 [](
unsigned short l)->bool {return l < 3;});
76 std::vector<unsigned short> svdLayers;
78 std::back_inserter(svdLayers),
79 [](
unsigned short l)->bool {return l > 2;});
204 return std::distance(
265 VxdID chipID(sensorID);
268 return std::distance(
360 VxdID chipID(sensorID);
366 return std::distance(
432 return std::distance(
Class to uniquely identify a any structure of the PXD and SVD.
void setSegmentNumber(baseType segment)
Set the sensor segment.
baseType getSegmentNumber() const
Get the sensor segment.
baseType getLayerNumber() const
Get the layer id.
Abstract base class for different kinds of events.