CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/Alignment/interface/TkLasBeamCollectionFwd.h

Go to the documentation of this file.
00001 // simply forward the typedef of the collection
00002 #include <vector>
00003 class TkLasBeam;
00004 typedef std::vector<TkLasBeam> TkLasBeamCollection;