CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TsosVectorCollection.h
Go to the documentation of this file.
1 #ifndef Alignment_LaserAlignment_TsosVectorCollection_H
2 #define Alignment_LaserAlignment_TsosVectorCollection_H
3 
14 #include <vector>
15 // class TrajectoryStateOnSurface; // sufficient, but also confusing, so include:
17 typedef std::vector<std::vector<TrajectoryStateOnSurface> > TsosVectorCollection;
18 
19 #endif
std::vector< std::vector< TrajectoryStateOnSurface > > TsosVectorCollection