CMS 3D CMS Logo

HadSUSYTopSkim.h

Go to the documentation of this file.
00001 #ifndef HadSUSYTopSkim_h
00002 #define HadSUSYTopSkim_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 HadSUSYTopSkim : public edm::EDFilter 
00025 {
00026  public:
00027   explicit HadSUSYTopSkim( const edm::ParameterSet& );
00028   ~HadSUSYTopSkim();
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 Muonsrc_;
00037   int NminMuon_;
00038   double MuonPtmin_;
00039   edm::InputTag Elecsrc_;
00040   int NminElec_;
00041   double ElecPtmin_;
00042   unsigned int nEvents_;
00043   unsigned int nAccepted_;
00044 };
00045 
00046 #endif

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