CMS 3D CMS Logo

HLTDisplacedtktkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedtktkVtxProducer_h
2 #define HLTDisplacedtktkVtxProducer_h
3 
27 #include <vector>
28 
29 namespace edm {
31 }
32 
34 public:
36  ~HLTDisplacedtktkVtxProducer() override;
37  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
40 private:
41  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
42 
47  const double maxEta_;
48  const double minPt_;
49  const double minPtPair_;
50  const double minInvMass_;
51  const double maxInvMass_;
52  const double massParticle1_;
53  const double massParticle2_;
54  const int chargeOpt_;
56 };
57 
58 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_