CMS 3D CMS Logo

GetJetsFromHLTobject.h

Go to the documentation of this file.
00001 #ifndef GetJetsFromHLTobject_h
00002 #define GetJetsFromHLTobject_h
00003 
00004 //
00005 // Package:    GetJetsFromHLTobject
00006 // Class:      GetJetsFromHLTobject
00007 // 
00018 //
00019 // Original Author:  Ian Tomalin
00020 //
00021 
00022 // user include files
00023 #include "FWCore/Framework/interface/EDProducer.h"
00024 #include "FWCore/Framework/interface/Event.h"
00025 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00026 #include "FWCore/ParameterSet/interface/InputTag.h"
00027 
00028 //
00029 // class decleration
00030 //
00031 
00032 class GetJetsFromHLTobject : public edm::EDProducer {
00033    public:
00034       explicit GetJetsFromHLTobject(const edm::ParameterSet&);
00035       virtual void produce(edm::Event&, const edm::EventSetup&);
00036 
00037   private:
00038      edm::InputTag m_jets;
00039 };
00040 
00041 #endif //GetJetsFromHLTobject_h

Generated on Tue Jun 9 17:37:36 2009 for CMSSW by  doxygen 1.5.4