CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfjetMVAtools.h
Go to the documentation of this file.
1 #ifndef PFJETMVATOOLS_H
2 #define PFJETMVATOOLS_H
3 
4 #include <vector>
5 #include "Math/VectorUtil.h"
7 
8 namespace HWWFunctions {
9 
10  typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<float> > LorentzVector;
11 
12  bool sortByPFJetPt (const std::pair <LorentzVector, Int_t> &pfjet1, const std::pair<LorentzVector, Int_t> &pfjet2);
13  bool getGoodMVAs(HWW&, std::vector <float> &goodmvas, std::string variable);
14 
15 }
16 #endif
Definition: HWW.h:11
bool getGoodMVAs(HWW &, std::vector< float > &goodmvas, std::string variable)
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< float > > LorentzVector
Definition: pfjetMVAtools.h:10
bool sortByPFJetPt(const std::pair< LorentzVector, Int_t > &pfjet1, const std::pair< LorentzVector, Int_t > &pfjet2)
Definition: pfjetMVAtools.cc:9