CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/TrackingTools/MeasurementDet/interface/MeasurementDetSystem.h

Go to the documentation of this file.
00001 #ifndef MeasurementDetSystem_H
00002 #define MeasurementDetSystem_H
00003 
00004 #include "DataFormats/DetId/interface/DetId.h"
00005 class MeasurementDet;
00006 
00007 class MeasurementDetSystem {
00008 public:
00009 
00011   virtual const MeasurementDet*       idToDet(const DetId& id) const = 0;
00012 
00013 
00014 };
00015 
00016 #endif