CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TagInfoMVACategorySelector.h
Go to the documentation of this file.
1 #ifndef RecoBTau_JetTagComputer_TagInfoMVACategorySelector_h
2 #define RecoBTau_JetTagComputer_TagInfoMVACategorySelector_h
3 
4 #include <string>
5 #include <vector>
6 
10 
12  public:
15 
16  inline const std::vector<std::string> &getCategoryLabels() const
17  { return categoryLabels; }
18 
19  int
20  findCategory(const reco::TaggingVariableList &taggingVariables) const;
21 
22  private:
24  std::vector<std::string> categoryLabels;
25 };
26 
27 #endif // RecoBTau_JetTagComputer_TagInfoMVACategorySelector_h
int findCategory(const reco::TaggingVariableList &taggingVariables) const
reco::TaggingVariableName categoryVariable
TagInfoMVACategorySelector(const edm::ParameterSet &params)
std::vector< std::string > categoryLabels
const std::vector< std::string > & getCategoryLabels() const