CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/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