CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/LaserAlignment/interface/TsosVectorCollection.h

Go to the documentation of this file.
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