CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetSelection.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatUtils_JetSelection_h
2 #define PhysicsTools_PatUtils_JetSelection_h
3 
4 namespace pat {
5 
8  struct JetSelection {
9  std::string selectionType;
10 
11  double value;
12 
14 
15  // From SusyAnalyzer
16  double EMFmin; double EMFmax;
17  double Etamax;
18  // From JetRejectorTool
19  double Ptmin;
20  double EMvsHadFmin; double EMvsHadFmax;
21  double HadFmin; double HadFmax;
22  double N90min; double N90max;
25  double RWidthmin; double RWidthmax;
29  };
30 }
31 
32 #endif
double PtTowerOverArea_max
Definition: JetSelection.h:27
double PtJetOverArea_min
Definition: JetSelection.h:26
std::string selectionType
Choose selection type (see PATJetCleaner)
Definition: JetSelection.h:9
double PtJetOverArea_max
Definition: JetSelection.h:26
double HighestTowerOverJetmax
Definition: JetSelection.h:24
double HighestTowerOverJetmin
Definition: JetSelection.h:24
double value
Cut value for likelihood-based selection.
Definition: JetSelection.h:11
double PtTowerOverArea_min
Definition: JetSelection.h:27