Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:44

0001 #ifndef METRECO_GenMETCOLLECTION_H
0002 #define METRECO_GenMETCOLLECTION_H
0003 
0004 /** \class GenMETCollection
0005  *
0006  * \short Collection of Gen MET
0007  *
0008  * GenMETCollection is a collection of GenMET objects
0009  *
0010  * \author Mike Schmitt, UFlorida
0011  *
0012  * \version   1st Version August 4, 2005.
0013  *
0014  ************************************************************/
0015 
0016 #include <vector>
0017 #include "DataFormats/METReco/interface/GenMETFwd.h"
0018 
0019 namespace reco {
0020   typedef std::vector<reco::GenMET> GenMETCollection;
0021 }
0022 #endif  // METRECO_GenMETCOLLECTION_H