![]() |
|
|||
File indexing completed on 2023-03-17 11:26:28
0001 #ifndef MeasurementDetSystem_H 0002 #define MeasurementDetSystem_H 0003 0004 #include "DataFormats/DetId/interface/DetId.h" 0005 #include "TrackingTools/MeasurementDet/interface/MeasurementDetWithData.h" 0006 0007 class MeasurementDetSystem { 0008 public: 0009 virtual ~MeasurementDetSystem() = default; 0010 /// Return the pointer to the MeasurementDet corresponding to a given DetId 0011 /// needs the data, as it could do on-demand unpacking or similar things 0012 virtual MeasurementDetWithData idToDet(const DetId& id, const MeasurementTrackerEvent& data) const = 0; 0013 }; 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |