CMS 3D CMS Logo

HLTMuonL2SelectorForL3IO.h
Go to the documentation of this file.
1 #ifndef RecoMuon_HLTMuonL2SelectorForL3IO_HLTMuonL2SelectorForL3IO_H
2 #define RecoMuon_HLTMuonL2SelectorForL3IO_HLTMuonL2SelectorForL3IO_H
3 
20 
21 namespace edm {class ParameterSet; class Event; class EventSetup;}
22 
24  public:
27 
29  ~HLTMuonL2SelectorForL3IO() override;
30 
32  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
33 
35  void produce(edm::Event&, const edm::EventSetup&) override;
36 
37  private:
41  const bool applyL3Filters_;
42  const double max_NormalizedChi2_,max_PtDifference_;
43  const int min_Nhits_,min_NmuonHits_;
44 };
45 
46 #endif
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > l3OISrc_
const edm::EDGetTokenT< reco::MuonTrackLinksCollection > l3linkToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const edm::EDGetTokenT< reco::TrackCollection > l2Src_
HLT enums.