![]() |
|
|||
File indexing completed on 2024-04-06 12:04:44
0001 #ifndef METRECO_CaloMETCOLLECTION_H 0002 #define METRECO_CaloMETCOLLECTION_H 0003 0004 /** \class CaloMETCollection 0005 * 0006 * \short Collection of Calo MET 0007 * 0008 * CaloMETCollection is a collection of CaloMET 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/CaloMETFwd.h" 0018 0019 namespace reco { 0020 typedef std::vector<reco::CaloMET> CaloMETCollection; 0021 } 0022 #endif // METRECO_CaloMETCOLLECTION_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |