CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SkipBadEvents.h
Go to the documentation of this file.
1 #ifndef RecoPixelVertexing_SkipBadEvents_h
2 #define RecoPixelVertexing_SkipBadEvents_h
3 
15 
17 
18 #include <map>
19 #include <set>
20 
22  public:
23  explicit SkipBadEvents(const edm::ParameterSet& config);
24  virtual ~SkipBadEvents();
25  virtual bool filter(edm::Event& e, const edm::EventSetup& s);
26 
27  private:
28  std::map<edm::RunNumber_t,std::set<edm::EventNumber_t> > skip_; // Skip these run, event pairs
29 };
30 #endif
virtual bool filter(edm::Event &e, const edm::EventSetup &s)
SkipBadEvents(const edm::ParameterSet &config)
Definition: SkipBadEvents.cc:3
virtual ~SkipBadEvents()
std::map< edm::RunNumber_t, std::set< edm::EventNumber_t > > skip_
Definition: SkipBadEvents.h:28