CMS 3D CMS Logo

HitInfo.h

Go to the documentation of this file.
00001 #ifndef _HitInfo_h_
00002 #define _HitInfo_h_
00003 
00004 class DetId;
00005 class TrackingRecHit;
00006 class PSimHit;
00007 
00008 #include <vector>
00009 #include <string>
00010 
00011 class HitInfo
00012 {
00013 public:
00014   HitInfo();
00015   ~HitInfo();
00016 
00017   static std::string getInfo(const DetId & id);
00018   static std::string getInfo(const TrackingRecHit & recHit);
00019   static std::string getInfo(std::vector<const TrackingRecHit *> recHits);
00020   static std::string getInfo(const PSimHit & simHit);
00021 };
00022 
00023 #endif

Generated on Tue Jun 9 17:44:50 2009 for CMSSW by  doxygen 1.5.4