CMS 3D CMS Logo

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:
35  ~HLTDisplacedmumuVtxProducer() override;
36  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
37  virtual void beginJob();
38  void produce(edm::Event&, const edm::EventSetup&) override;
39  virtual void endJob();
40 
41  private:
42  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
43 
48  const double maxEta_;
49  const double minPt_;
50  const double minPtPair_;
51  const double minInvMass_;
52  const double maxInvMass_;
53  const int chargeOpt_;
54 };
55 
56 #endif
void beginJob()
Definition: Breakpoints.cc:15
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
HLT enums.