Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef METRECO_METCOLLECTION_H
0002 #define METRECO_METCOLLECTION_H
0003 
0004 /** \class METCollection
0005  *
0006  * \short Collection of MET
0007  *
0008  * METCollection is a collection of MET 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/METFwd.h"
0018 
0019 //#warning "This header file is obsolete.  Please use METFwd.h instead"
0020 
0021 namespace reco {
0022   typedef std::vector<reco::MET> METCollection;
0023 }
0024 #endif  // METRECO_METCOLLECTION_H