CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTSingleVertexPixelTrackFilter.h
Go to the documentation of this file.
1 // $Id: HLTSingleVertexPixelTrackFilter.h,v 1.3 2012/01/21 15:00:14 fwyzard Exp $
2 
3 #ifndef HLTSingleVertexPixelTrackFilter_h
4 #define HLTSingleVertexPixelTrackFilter_h
5 
7 
8 //
9 // class declaration
10 //
11 
13 
14  public:
17  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct);
18 
19  private:
20  edm::InputTag pixelVerticesTag_; // input tag identifying product containing Pixel-vertices
21  edm::InputTag pixelTracksTag_; // input tag identifying product containing Pixel-tracks
22 
23  double min_Pt_; // min pt cut
24  double max_Pt_; // max pt cut
25  double max_Eta_; // max eta cut
26  double max_Vz_; // max vz cut
27  int min_trks_; // minimum number of tracks from one vertex
28  float min_sep_; // minimum separation of two tracks in phi-eta
29 };
30 
31 #endif //HLTSingleVertexPixelTrackFilter_h
HLTSingleVertexPixelTrackFilter(const edm::ParameterSet &)
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct)