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 }
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 
52  bool overlap(const reco::TrackRef& trackref1, const reco::TrackRef& trackref2);
54  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
55 
62 
64 
65  const double thirdTrackMass_ ;
66  const double maxEta_ ;
67  const double minPt_ ;
68  const double minInvMass_ ;
69  const double maxInvMass_ ;
70  const double minD0Significance_ ;
71  const double overlapDR_ ;
72 
75 
76 };
77 #endif
const std::string mfName_
bool overlap(const reco::Muon &muon1, const reco::Muon &muon2, double pullX=1.0, double pullY=1.0, bool checkAdjacentChambers=false)
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_