CMS 3D CMS Logo

HLTPixlMBFilt.h
Go to the documentation of this file.
1 #ifndef HLTPixlMBFilt_h
2 #define HLTPixlMBFilt_h
3 
16 
19 
20 namespace edm {
22 }
23 
24 //
25 // class declaration
26 //
27 
28 class HLTPixlMBFilt : public HLTFilter {
29 public:
30  explicit HLTPixlMBFilt(const edm::ParameterSet&);
31  ~HLTPixlMBFilt() override;
32  bool hltFilter(edm::Event&,
33  const edm::EventSetup&,
34  trigger::TriggerFilterObjectWithRefs& filterproduct) const override;
35  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
36 
37 private:
38  edm::InputTag pixlTag_; // input tag identifying product containing Pixel-tracks
40 
41  double min_Pt_; // min pt cut
42  unsigned int min_trks_; // minimum number of tracks from one vertex
43  float min_sep_; // minimum separation of two tracks in phi-eta
44 };
45 
46 #endif //HLTPixlMBFilt_h
HLTPixlMBFilt(const edm::ParameterSet &)
edm::InputTag pixlTag_
Definition: HLTPixlMBFilt.h:38
~HLTPixlMBFilt() override
bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) const override
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > pixlToken_
Definition: HLTPixlMBFilt.h:39
unsigned int min_trks_
Definition: HLTPixlMBFilt.h:42
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.