CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTDisplacedmumuVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedmumuVtxProducer_h
2 #define HLTDisplacedmumuVtxProducer_h
3 
26 #include <vector>
27 
28 namespace edm {
30 }
31 
33  public:
36  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
37  virtual void beginJob() ;
38  virtual void produce(edm::Event&, const edm::EventSetup&);
39  virtual void endJob() ;
40 
41  private:
42  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
43 
48  double maxEta_;
49  double minPt_;
50  double minPtPair_;
51  double minInvMass_;
52  double maxInvMass_;
54 };
55 
56 #endif
bool checkPreviousCand(const reco::TrackRef &trackref, std::vector< reco::RecoChargedCandidateRef > &ref2)
HLTDisplacedmumuVtxProducer(const edm::ParameterSet &)
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
virtual void produce(edm::Event &, const edm::EventSetup &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)