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