CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoVertex/VertexPrimitives/interface/TTtoTTmap.h

Go to the documentation of this file.
00001 #ifndef TTtoTTmap_H
00002 #define TTtoTTmap_H
00003 
00004 #include <map>
00005 #include "TrackingTools/TransientTrack/interface/TransientTrack.h"
00006 
00011 typedef std::map<reco::TransientTrack, AlgebraicMatrix33> TTmap;
00012 typedef std::map<reco::TransientTrack, TTmap> TTtoTTmap;
00013 
00014 
00015 #endif