CMS 3D CMS Logo

HLTDisplacedmumumuVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedmumumuVtxProducer_h
2 #define HLTDisplacedmumumuVtxProducer_h
3 
26 #include <vector>
27 
28 namespace edm {
30 }
31 
33 public:
36  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
37  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
38 
39 private:
40  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
41 
47  const double maxEta_;
48  const double minPt_;
49  const double minPtTriplet_;
50  const double minInvMass_;
51  const double maxInvMass_;
52  const int chargeOpt_;
53 };
54 
55 #endif
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
HLTDisplacedmumumuVtxProducer(const edm::ParameterSet &)
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord > transientTrackRecordToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
bool checkPreviousCand(const reco::TrackRef &trackref, const std::vector< reco::RecoChargedCandidateRef > &ref2) const
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
~HLTDisplacedmumumuVtxProducer() override