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 #include <map>
16 #include <set>
17 
19  public:
20  explicit SkipBadEvents(const edm::ParameterSet& config);
21  virtual ~SkipBadEvents();
22  virtual bool filter(edm::Event& e, const edm::EventSetup& s);
23 
24  private:
25  std::map<int,std::set<int> > skip_; // Skip these run, event pairs
26 };
27 #endif
std::map< int, std::set< int > > skip_
Definition: SkipBadEvents.h:25
virtual bool filter(edm::Event &e, const edm::EventSetup &s)
SkipBadEvents(const edm::ParameterSet &config)
Definition: SkipBadEvents.cc:3
virtual ~SkipBadEvents()