CMS 3D CMS Logo

HLTmumutkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTmumutkVtxProducer_h
2 #define HLTmumutkVtxProducer_h
3 //
4 // Package: HLTstaging
5 // Class: HLTmumutkVtxProducer
6 //
15 // system include files
16 #include <memory>
17 
27 #include <vector>
28 
29 namespace edm {
31 }
32 
33 // ----------------------------------------------------------------------
34 
35 namespace reco {
36  class Candidate;
37  class Track;
38 } // namespace reco
39 
41 class MagneticField;
42 
44 public:
45  explicit HLTmumutkVtxProducer(const edm::ParameterSet&);
46  ~HLTmumutkVtxProducer() override;
47  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
48  void produce(edm::Event&, const edm::EventSetup&) override;
49 
50 private:
51  bool overlap(const reco::TrackRef& trackref1, const reco::TrackRef& trackref2);
53  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
54 
61 
63 
64  const double thirdTrackMass_;
65  const double maxEta_;
66  const double minPt_;
67  const double minInvMass_;
68  const double maxInvMass_;
69  const double minD0Significance_;
70  const double overlapDR_;
71 
74 };
75 #endif
const std::string mfName_
const edm::InputTag beamSpotTag_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > trkCandToken_
const edm::InputTag previousCandTag_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > muCandToken_
const edm::InputTag trkCandTag_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
fixed size matrix
HLT enums.
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field, bool withErr=true)
const edm::InputTag muCandTag_