CMS 3D CMS Logo

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