CMS 3D CMS Logo

HLTDisplacedtktkVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedtktkVtxProducer_h
2 #define HLTDisplacedtktkVtxProducer_h
3 
29 #include <vector>
30 
31 namespace edm {
33 }
34 
36  public:
38  ~HLTDisplacedtktkVtxProducer() override;
39  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
40  virtual void beginJob();
41  void produce(edm::Event&, const edm::EventSetup&) override;
42  virtual void endJob();
43 
44  private:
45  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
46 
51  const double maxEta_;
52  const double minPt_;
53  const double minPtPair_;
54  const double minInvMass_;
55  const double maxInvMass_;
56  const double massParticle1_;
57  const double massParticle2_;
58  const int chargeOpt_;
60 
61 };
62 
63 #endif
void beginJob()
Definition: Breakpoints.cc:15
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_