Go to the documentation of this file. 1 #ifndef MTDDetLayerMap_h
2 #define MTDDetLayerMap_h
36 typedef std::map<const BarrelDetLayer*, MTDEtaRange, MTDDetLayerComp>
MapB;
37 typedef std::map<const ForwardDetLayer*, MTDEtaRange, MTDDetLayerComp>
MapE;
38 typedef MapB::const_iterator
MapBI;
39 typedef MapE::const_iterator
MapEI;
const BoundSurface & surface() const final
The surface of the GeometricSearchDet.
MapB::const_iterator MapBI
MapE::const_iterator MapEI
std::map< const BarrelDetLayer *, MTDEtaRange, MTDDetLayerComp > MapB
const PositionType & position() const
std::map< const ForwardDetLayer *, MTDEtaRange, MTDDetLayerComp > MapE
bool operator()(const BarrelDetLayer *l1, const BarrelDetLayer *l2) const
bool operator()(const ForwardDetLayer *l1, const ForwardDetLayer *l2) const
virtual const BoundCylinder & specificSurface() const final
Extension of the interface.