CMS 3D CMS Logo

HLTmumutktkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTmumutktkVtxProducer_h
2 #define HLTmumutktkVtxProducer_h
3 //
4 // Package: HLTstaging
5 // Class: HLTmumutktkVtxProducer
6 //
10 // system include files
11 #include <memory>
12 
23 #include <vector>
24 
25 namespace edm {
27 }
28 
29 // ----------------------------------------------------------------------
30 
31 namespace reco {
32  class Candidate;
33  class Track;
34 } // namespace reco
35 
37 class MagneticField;
38 
40 public:
42  ~HLTmumutktkVtxProducer() override;
43  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
44  void produce(edm::Event&, const edm::EventSetup&) override;
45 
46 private:
47  bool overlap(const reco::TrackRef& trackref1, const reco::TrackRef& trackref2);
49  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
50 
57 
59  const double thirdTrackMass_;
60  const double fourthTrackMass_;
61  const double maxEta_;
62  const double minPt_;
63  const double minInvMass_;
64  const double maxInvMass_;
65  const double minTrkTrkMass_;
66  const double maxTrkTrkMass_;
67  const double minD0Significance_;
68  const bool oppositeSign_;
69  const double overlapDR_;
72 };
73 #endif
HLTmumutktkVtxProducer::initialFreeState
static FreeTrajectoryState initialFreeState(const reco::Track &, const MagneticField *)
Definition: HLTmumutktkVtxProducer.cc:275
HLTmumutktkVtxProducer::beamSpotTag_
const edm::InputTag beamSpotTag_
Definition: HLTmumutktkVtxProducer.h:70
HLTmumutktkVtxProducer::muCandTag_
const edm::InputTag muCandTag_
Definition: HLTmumutktkVtxProducer.h:51
configurableAnalysis::Candidate
char Candidate[]
Definition: modules.cc:20
HLTmumutktkVtxProducer::minD0Significance_
const double minD0Significance_
Definition: HLTmumutktkVtxProducer.h:67
HLTmumutktkVtxProducer
Definition: HLTmumutktkVtxProducer.h:39
edm::EDGetTokenT< reco::RecoChargedCandidateCollection >
edm
HLT enums.
Definition: AlignableModifier.h:19
HLTmumutktkVtxProducer::minPt_
const double minPt_
Definition: HLTmumutktkVtxProducer.h:62
HLTmumutktkVtxProducer::maxTrkTrkMass_
const double maxTrkTrkMass_
Definition: HLTmumutktkVtxProducer.h:66
HLTmumutktkVtxProducer::trkCandTag_
const edm::InputTag trkCandTag_
Definition: HLTmumutktkVtxProducer.h:53
EDProducer.h
TriggerFilterObjectWithRefs.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
HLTmumutktkVtxProducer::previousCandTag_
const edm::InputTag previousCandTag_
Definition: HLTmumutktkVtxProducer.h:55
edm::Ref< TrackCollection >
HLTmumutktkVtxProducer::mfName_
const std::string mfName_
Definition: HLTmumutktkVtxProducer.h:58
HLTmumutktkVtxProducer::HLTmumutktkVtxProducer
HLTmumutktkVtxProducer(const edm::ParameterSet &)
Definition: HLTmumutktkVtxProducer.cc:32
TrackFwd.h
BeamSpot.h
HLTmumutktkVtxProducer::checkPreviousCand
bool checkPreviousCand(const reco::TrackRef &trackref, const std::vector< reco::RecoChargedCandidateRef > &ref2) const
Definition: HLTmumutktkVtxProducer.cc:291
HLTmumutktkVtxProducer::oppositeSign_
const bool oppositeSign_
Definition: HLTmumutktkVtxProducer.h:68
reco::Track
Definition: Track.h:27
HLTmumutktkVtxProducer::fourthTrackMass_
const double fourthTrackMass_
Definition: HLTmumutktkVtxProducer.h:60
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
HLTmumutktkVtxProducer::thirdTrackMass_
const double thirdTrackMass_
Definition: HLTmumutktkVtxProducer.h:59
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HLTmumutktkVtxProducer::maxInvMass_
const double maxInvMass_
Definition: HLTmumutktkVtxProducer.h:64
HLTmumutktkVtxProducer::previousCandToken_
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
Definition: HLTmumutktkVtxProducer.h:56
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
HLTmumutktkVtxProducer::~HLTmumutktkVtxProducer
~HLTmumutktkVtxProducer() override
HLTmumutktkVtxProducer::trkCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > trkCandToken_
Definition: HLTmumutktkVtxProducer.h:54
edm::stream::EDProducer
Definition: EDProducer.h:38
HLTmumutktkVtxProducer::overlapDR_
const double overlapDR_
Definition: HLTmumutktkVtxProducer.h:69
edm::EventSetup
Definition: EventSetup.h:57
HLTmumutktkVtxProducer::maxEta_
const double maxEta_
Definition: HLTmumutktkVtxProducer.h:61
VertexFwd.h
ConfigurationDescriptions
HLTmumutktkVtxProducer::muCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > muCandToken_
Definition: HLTmumutktkVtxProducer.h:52
HLTmumutktkVtxProducer::beamSpotToken_
const edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
Definition: HLTmumutktkVtxProducer.h:71
FreeTrajectoryState
Definition: FreeTrajectoryState.h:27
HLTmumutktkVtxProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HLTmumutktkVtxProducer.cc:81
TriggerRefsCollections.h
HLTmumutktkVtxProducer::minInvMass_
const double minInvMass_
Definition: HLTmumutktkVtxProducer.h:63
EventSetup.h
ParameterSet.h
edm::Event
Definition: Event.h:73
MagneticField
Definition: MagneticField.h:19
RecoChargedCandidateFwd.h
edm::InputTag
Definition: InputTag.h:15
HLTmumutktkVtxProducer::overlap
bool overlap(const reco::TrackRef &trackref1, const reco::TrackRef &trackref2)
Definition: HLTmumutktkVtxProducer.cc:285
HLTmumutktkVtxProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: HLTmumutktkVtxProducer.cc:59
HLTmumutktkVtxProducer::minTrkTrkMass_
const double minTrkTrkMass_
Definition: HLTmumutktkVtxProducer.h:65