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 {
22  class ParameterSet;
23  class Event;
24  class EventSetup;
25 } // namespace edm
26 
28 public:
31 
33  ~HLTMuonL2SelectorForL3IO() override;
34 
36  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
37 
39  void produce(edm::Event&, const edm::EventSetup&) override;
40 
41 private:
45  const bool applyL3Filters_;
48 };
49 
50 #endif
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > l3OISrc_
HLTMuonL2SelectorForL3IO(const edm::ParameterSet &)
constructor with config
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
default values
const edm::EDGetTokenT< reco::MuonTrackLinksCollection > l3linkToken_
const edm::EDGetTokenT< reco::TrackCollection > l2Src_
HLT enums.
void produce(edm::Event &, const edm::EventSetup &) override
select muons
~HLTMuonL2SelectorForL3IO() override
destructor