CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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