CMS 3D CMS Logo

TeVdiMuonSkim.h

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

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