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  virtual void beginJob() ;
36  virtual void produce(edm::Event&, const edm::EventSetup&);
37  virtual void endJob() ;
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_
HLT enums.