CMS 3D CMS Logo

HLTDisplacedmumumuVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedmumumuVtxProducer_h
2 #define HLTDisplacedmumumuVtxProducer_h
3 
25 #include <vector>
26 
27 namespace edm {
29 }
30 
32  public:
35  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
36  void beginJob() override ;
37  void produce(edm::Event&, const edm::EventSetup&) override;
38  void endJob() override ;
39 
40  private:
41  bool checkPreviousCand(const reco::TrackRef& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
42 
47  double maxEta_;
48  double minPt_;
49  double minPtTriplet_;
50  double minInvMass_;
51  double maxInvMass_;
53 };
54 
55 #endif
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
void beginJob()
Definition: Breakpoints.cc:14
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.