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