00001 // simply forward the typedef of the collection 00002 #include <vector> 00003 class TkLasBeam; 00004 typedef std::vector<TkLasBeam> TkLasBeamCollection;