CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTDisplacedmumumuVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedmumumuVtxProducer_h
2 #define HLTDisplacedmumumuVtxProducer_h
3 
24 #include <vector>
25 
26 
27 
29  public:
32 
33  virtual void beginJob() ;
34  virtual void produce(edm::Event&, const edm::EventSetup&);
35  virtual void endJob() ;
36 
37  private:
38  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
39 
42  double maxEta_;
43  double minPt_;
44  double minPtTriplet_;
45  double minInvMass_;
46  double maxInvMass_;
48 };
49 
50 #endif
HLTDisplacedmumumuVtxProducer(const edm::ParameterSet &)
bool checkPreviousCand(const reco::TrackRef &trackref, std::vector< reco::RecoChargedCandidateRef > &ref2)
virtual void produce(edm::Event &, const edm::EventSetup &)