CMS 3D CMS Logo

HadSUSYQCDSkim.h

Go to the documentation of this file.
00001 #ifndef HadSUSYQCDSkim_h
00002 #define HadSUSYQCDSkim_h
00003 
00017 #include "FWCore/Framework/interface/Frameworkfwd.h"
00018 #include "FWCore/Framework/interface/EDFilter.h"
00019 #include "FWCore/Framework/interface/Event.h"
00020 
00021 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00022 #include "FWCore/ParameterSet/interface/InputTag.h"    
00023 
00024 class HadSUSYQCDSkim : public edm::EDFilter 
00025 {
00026  public:
00027   explicit HadSUSYQCDSkim( const edm::ParameterSet& );
00028   ~HadSUSYQCDSkim();
00029   virtual bool filter( edm::Event&, const edm::EventSetup& );
00030   virtual void endJob();
00031 
00032  private:
00033   edm::InputTag CaloJetsrc_;
00034   double CaloJetPtmin_;
00035   int NminCaloJet_;
00036   edm::InputTag CaloMETsrc_;
00037   unsigned int nEvents_;
00038   unsigned int nAccepted_;
00039 };
00040 
00041 #endif

Generated on Tue Jun 9 17:48:03 2009 for CMSSW by  doxygen 1.5.4