CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTPixlMBFilt.h
Go to the documentation of this file.
1 #ifndef HLTPixlMBFilt_h
2 #define HLTPixlMBFilt_h
3 
17 
18 //
19 // class declaration
20 //
21 
22 class HLTPixlMBFilt : public HLTFilter {
23 
24  public:
25  explicit HLTPixlMBFilt(const edm::ParameterSet&);
27  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct);
28 
29  private:
30  edm::InputTag pixlTag_; // input tag identifying product containing Pixel-tracks
31 
32  double min_Pt_; // min pt cut
33  unsigned int min_trks_; // minimum number of tracks from one vertex
34  float min_sep_; // minimum separation of two tracks in phi-eta
35 
36 };
37 
38 #endif //HLTPixlMBFilt_h
HLTPixlMBFilt(const edm::ParameterSet &)
edm::InputTag pixlTag_
Definition: HLTPixlMBFilt.h:30
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct)
unsigned int min_trks_
Definition: HLTPixlMBFilt.h:33