CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonTaggerNoIP.h
Go to the documentation of this file.
1 #ifndef RecoBTag_SoftLepton_MuonTaggerNoIP_h
2 #define RecoBTag_SoftLepton_MuonTaggerNoIP_h
3 
8 
18 public:
19 
22  m_selector(configuration)
23  {
24  uses("slTagInfos");
25  }
26 
28  virtual ~MuonTaggerNoIP() { }
29 
31  virtual float discriminator(const TagInfoHelper & tagInfo) const;
32 
33 private:
34 
36 
37 };
38 
39 #endif // RecoBTag_SoftLepton_MuonTaggerNoIP_h
btag::LeptonSelector m_selector
MuonTaggerNoIP(const edm::ParameterSet &configuration)
explicit ctor
virtual float discriminator(const TagInfoHelper &tagInfo) const
b-tag a jet based on track-to-jet parameters in the extened info collection
void uses(unsigned int id, const std::string &label)
virtual ~MuonTaggerNoIP()
dtor