CMS 3D CMS Logo

CMSSW_4_4_3_patch1/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;