CMS 3D CMS Logo

HLTDisplacedtktkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedtktkVtxProducer_h
2 #define HLTDisplacedtktkVtxProducer_h
3 
29 #include <vector>
30 
31 namespace edm {
33 }
34 
36 public:
39  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
40  void produce(edm::Event&, const edm::EventSetup&) override;
41 
42 private:
43  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
44 
50  const double maxEta_;
51  const double minPt_;
52  const double minPtPair_;
53  const double minInvMass_;
54  const double maxInvMass_;
55  const double massParticle1_;
56  const double massParticle2_;
57  const int chargeOpt_;
59 };
60 
61 #endif
const edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord > transientTrackRecordToken_
~HLTDisplacedtktkVtxProducer() override
void produce(edm::Event &, const edm::EventSetup &) override
bool checkPreviousCand(const reco::TrackRef &trackref, const std::vector< reco::RecoChargedCandidateRef > &ref2) const
HLTDisplacedtktkVtxProducer(const edm::ParameterSet &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_