CMS 3D CMS Logo

HLTDisplacedtktkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedtktkVtxProducer_h
2 #define HLTDisplacedtktkVtxProducer_h
3 
27 #include <vector>
28 
29 namespace edm {
31 }
32 
34 public:
37  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
40 private:
41  bool checkPreviousCand(const reco::TrackRef& trackref, const std::vector<reco::RecoChargedCandidateRef>& ref2) const;
42 
47  const double maxEta_;
48  const double minPt_;
49  const double minPtPair_;
50  const double minInvMass_;
51  const double maxInvMass_;
52  const double massParticle1_;
53  const double massParticle2_;
54  const int chargeOpt_;
56 };
57 
58 #endif
HLTDisplacedtktkVtxProducer::massParticle1_
const double massParticle1_
Definition: HLTDisplacedtktkVtxProducer.h:52
HLTDisplacedtktkVtxProducer::minPt_
const double minPt_
Definition: HLTDisplacedtktkVtxProducer.h:48
edm::EDGetTokenT< reco::RecoChargedCandidateCollection >
edm
HLT enums.
Definition: AlignableModifier.h:19
HLTDisplacedtktkVtxProducer::~HLTDisplacedtktkVtxProducer
~HLTDisplacedtktkVtxProducer() override
EDProducer.h
TriggerFilterObjectWithRefs.h
HLTDisplacedtktkVtxProducer::minInvMass_
const double minInvMass_
Definition: HLTDisplacedtktkVtxProducer.h:50
HLTDisplacedtktkVtxProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HLTDisplacedtktkVtxProducer.cc:74
edm::Ref< TrackCollection >
HLTDisplacedtktkVtxProducer::previousCandTag_
const edm::InputTag previousCandTag_
Definition: HLTDisplacedtktkVtxProducer.h:45
TrackFwd.h
HLTDisplacedtktkVtxProducer::srcTag_
const edm::InputTag srcTag_
Definition: HLTDisplacedtktkVtxProducer.h:43
HLTDisplacedtktkVtxProducer::previousCandToken_
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
Definition: HLTDisplacedtktkVtxProducer.h:46
HLTDisplacedtktkVtxProducer::massParticle2_
const double massParticle2_
Definition: HLTDisplacedtktkVtxProducer.h:53
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
HLTDisplacedtktkVtxProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: HLTDisplacedtktkVtxProducer.cc:56
edm::ParameterSet
Definition: ParameterSet.h:36
HLTDisplacedtktkVtxProducer
Definition: HLTDisplacedtktkVtxProducer.h:33
Event.h
edm::stream::EDProducer
Definition: EDProducer.h:38
edm::EventSetup
Definition: EventSetup.h:57
HLTDisplacedtktkVtxProducer::maxEta_
const double maxEta_
Definition: HLTDisplacedtktkVtxProducer.h:47
HLTDisplacedtktkVtxProducer::HLTDisplacedtktkVtxProducer
HLTDisplacedtktkVtxProducer(const edm::ParameterSet &)
Definition: HLTDisplacedtktkVtxProducer.cc:35
ConfigurationDescriptions
TriggerRefsCollections.h
EventSetup.h
HLTDisplacedtktkVtxProducer::checkPreviousCand
bool checkPreviousCand(const reco::TrackRef &trackref, const std::vector< reco::RecoChargedCandidateRef > &ref2) const
Definition: HLTDisplacedtktkVtxProducer.cc:201
HLTDisplacedtktkVtxProducer::maxInvMass_
const double maxInvMass_
Definition: HLTDisplacedtktkVtxProducer.h:51
ParameterSet.h
edm::Event
Definition: Event.h:73
HLTDisplacedtktkVtxProducer::srcToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
Definition: HLTDisplacedtktkVtxProducer.h:44
RecoChargedCandidateFwd.h
edm::InputTag
Definition: InputTag.h:15
HLTDisplacedtktkVtxProducer::chargeOpt_
const int chargeOpt_
Definition: HLTDisplacedtktkVtxProducer.h:54
HLTDisplacedtktkVtxProducer::minPtPair_
const double minPtPair_
Definition: HLTDisplacedtktkVtxProducer.h:49
HLTDisplacedtktkVtxProducer::triggerTypeDaughters_
const int triggerTypeDaughters_
Definition: HLTDisplacedtktkVtxProducer.h:55