|
||||
File indexing completed on 2024-04-06 11:56:24
0001 #ifndef Alignment_LaserAlignment_TsosVectorCollection_H 0002 #define Alignment_LaserAlignment_TsosVectorCollection_H 0003 0004 /** 0005 \author Gero Flucke 0006 \date May 2009 0007 last update on $Date: 2009/05/11 10:01:29 $ by $Author: flucke $ 0008 0009 A typedef for a collection of std::vectors of TrajectoryStateOnSurface . 0010 0011 */ 0012 0013 #include <vector> 0014 // class TrajectoryStateOnSurface; // sufficient, but also confusing, so include: 0015 #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" 0016 typedef std::vector<std::vector<TrajectoryStateOnSurface> > TsosVectorCollection; 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |