CMS 3D CMS Logo

GenericJetCollection.h

Go to the documentation of this file.
00001 // F.R.
00002 // $Id: GenericJetCollection.h,v 1.4 2007/08/24 17:35:23 fedor Exp $
00003 #ifndef JetReco_GenericJetCollection_h
00004 #define JetReco_GenericJetCollection_h
00005 
00006 #include <vector>
00007 #include "DataFormats/Common/interface/Ref.h"
00008 #include "DataFormats/Common/interface/RefVector.h"
00009 
00010 #include "DataFormats/JetReco/interface/GenericJet.h" //INCLUDECHECKER:SKIP
00011 
00012 namespace reco {
00013   class GenericJet;
00015   typedef std::vector<GenericJet> GenericJetCollection;
00017   typedef edm::Ref<GenericJetCollection> GenericJetRef;
00018   typedef edm::RefVector<GenericJetCollection> GenericJetRefVector;
00019   typedef edm::RefProd<GenericJetCollection> GenericJetRefProd;
00020 }
00021 #endif

Generated on Tue Jun 9 17:31:02 2009 for CMSSW by  doxygen 1.5.4