|
||||
File indexing completed on 2024-04-06 12:04:45
0001 #ifndef METRECO_PFMETCOLLECTION_H 0002 #define METRECO_PFMETCOLLECTION_H 0003 0004 /** \class PFMETCollection 0005 * 0006 * \short Collection of PF MET 0007 * 0008 * PFMETCollection is a collection of PFMET objects 0009 * 0010 * \author R.Remington, UFlorida 0011 * 0012 * \version 1st Version Oct, 2008. 0013 * 0014 ************************************************************/ 0015 0016 #include <vector> 0017 #include "DataFormats/METReco/interface/PFMETFwd.h" 0018 0019 namespace reco { 0020 typedef std::vector<reco::PFMET> PFMETCollection; 0021 } 0022 #endif // METRECO_PFMETCOLLECTION_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |