CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementDetSystem.h
Go to the documentation of this file.
1 #ifndef MeasurementDetSystem_H
2 #define MeasurementDetSystem_H
3 
5 class MeasurementDet;
6 
8 public:
9 
11  virtual const MeasurementDet* idToDet(const DetId& id) const = 0;
12 
13 
14 };
15 
16 #endif
Definition: DetId.h:20
virtual const MeasurementDet * idToDet(const DetId &id) const =0
Return the pointer to the MeasurementDet corresponding to a given DetId.