CMS 3D CMS Logo

TkLasBeamCollectionFwd.h
Go to the documentation of this file.
1 // simply forward the typedef of the collection
2 #include <vector>
3 class TkLasBeam;
4 typedef std::vector<TkLasBeam> TkLasBeamCollection;
std::vector< TkLasBeam > TkLasBeamCollection