CMS 3D CMS Logo

RBXAndHPDCleaner.h
Go to the documentation of this file.
1 #ifndef __RBXAndHPDCleaner_H__
2 #define __RBXAndHPDCleaner_H__
3 
5 
6 #include <unordered_map>
7 
9 public:
11  RBXAndHPDCleaner(const RBXAndHPDCleaner&) = delete;
13 
14  void clean(const edm::Handle<reco::PFRecHitCollection>& input, std::vector<bool>& mask) override;
15 
16 private:
17  std::unordered_map<int, std::vector<unsigned> > _hpds, _rbxs;
18 };
19 
21 
22 #endif
std::unordered_map< int, std::vector< unsigned > > _rbxs
RBXAndHPDCleaner(const edm::ParameterSet &conf)
static std::string const input
Definition: EdmProvDump.cc:48
RBXAndHPDCleaner & operator=(const RBXAndHPDCleaner &)=delete
std::unordered_map< int, std::vector< unsigned > > _hpds
#define DEFINE_EDM_PLUGIN(factory, type, name)
void clean(const edm::Handle< reco::PFRecHitCollection > &input, std::vector< bool > &mask) override