CMS 3D CMS Logo

TsosVectorCollection.h
Go to the documentation of this file.
1 #ifndef Alignment_LaserAlignment_TsosVectorCollection_H
2 #define Alignment_LaserAlignment_TsosVectorCollection_H
3 
13 #include <vector>
14 // class TrajectoryStateOnSurface; // sufficient, but also confusing, so include:
16 typedef std::vector<std::vector<TrajectoryStateOnSurface> > TsosVectorCollection;
17 
18 #endif
std::vector< std::vector< TrajectoryStateOnSurface > > TsosVectorCollection