CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/TrackerAlignment/interface/TrackerAlignableId.h

Go to the documentation of this file.
00001 #ifndef Alignment_CommonAlignment_TrackerAlignableId_H
00002 #define Alignment_CommonAlignment_TrackerAlignableId_H
00003 
00016 
00017 #include <utility>
00018 
00019 class DetId;
00020 class TrackerTopology;
00021 
00022 class TrackerAlignableId
00023 {
00024 
00025 public:
00026   
00027   TrackerAlignableId() {}
00028 
00033   std::pair<int,int> typeAndLayerFromDetId( const DetId& detId, const TrackerTopology* tTopo ) const;
00034 
00035 };
00036 
00037 #endif