CMS 3D CMS Logo

MuonIDFilterProducerForHLT.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonIDFilterProducerForHLT_h
2 #define MuonIdentification_MuonIDFilterProducerForHLT_h
3 
13 // user include files
21 
23  public:
25 
26  ~MuonIDFilterProducerForHLT() override;
27 
28  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
29  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
30 
31  private:
34 
37  const unsigned int allowedTypeMask_;
38  const unsigned int requiredTypeMask_;
39  const int min_NMuonHits_; // threshold on number of hits on muon
40  const int min_NMuonStations_; // threshold on number of hits on muon
41  const int min_NTrkLayers_;
42  const int min_NTrkHits_;
43  const int min_PixLayers_;
44  const int min_PixHits_;
45  const double min_Pt_; // pt threshold in GeV
46  const double max_NormalizedChi2_; // cutoff in normalized chi2
47 };
48 #endif
SelectionType
Selector type.
Definition: MuonSelectors.h:17
MuonIDFilterProducerForHLT(const edm::ParameterSet &)
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
const muon::SelectionType type_
const edm::EDGetTokenT< reco::MuonCollection > muonToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)