00001 #ifndef Alignment_LaserAlignment_TsosVectorCollection_H 00002 #define Alignment_LaserAlignment_TsosVectorCollection_H 00003 00014 #include <vector> 00015 // class TrajectoryStateOnSurface; // sufficient, but also confusing, so include: 00016 #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" 00017 typedef std::vector<std::vector<TrajectoryStateOnSurface> > TsosVectorCollection; 00018 00019 #endif