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