CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/TrackingTools/TrackAssociator/interface/DetIdInfo.h

Go to the documentation of this file.
00001 #ifndef TrackAssociator_DetIdInfo_h
00002 #define TrackAssociator_DetIdInfo_h
00003 
00011 #include "DataFormats/DetId/interface/DetId.h"
00012 #include <set>
00013 #include <vector>
00014 
00015 class DetIdInfo {
00016  public:
00017    static std::string info( const DetId& );
00018    static std::string info( const std::set<DetId>& );
00019    static std::string info( const std::vector<DetId>& );
00020 };
00021 #endif