CMS 3D CMS Logo

TTtoTTmap.h
Go to the documentation of this file.
1 #ifndef TTtoTTmap_H
2 #define TTtoTTmap_H
3 
4 #include <map>
6 
11 typedef std::map<reco::TransientTrack, AlgebraicMatrix33> TTmap;
12 typedef std::map<reco::TransientTrack, TTmap> TTtoTTmap;
13 
14 #endif
std::map< reco::TransientTrack, TTmap > TTtoTTmap
Definition: TTtoTTmap.h:12
std::map< reco::TransientTrack, AlgebraicMatrix33 > TTmap
Definition: TTtoTTmap.h:11