00001 #ifndef PhysicsTools_PatUtils_JetSelection_h 00002 #define PhysicsTools_PatUtils_JetSelection_h 00003 00004 namespace pat { 00005 00008 struct JetSelection { 00009 std::string selectionType; 00010 00011 double value; 00012 00014 00015 // From SusyAnalyzer 00016 double EMFmin; double EMFmax; 00017 double Etamax; 00018 // From JetRejectorTool 00019 double Ptmin; 00020 double EMvsHadFmin; double EMvsHadFmax; 00021 double HadFmin; double HadFmax; 00022 double N90min; double N90max; 00023 double NCaloTowersmin; double NCaloTowersmax; 00024 double HighestTowerOverJetmin; double HighestTowerOverJetmax; 00025 double RWidthmin; double RWidthmax; 00026 double PtJetOverArea_min; double PtJetOverArea_max; 00027 double PtTowerOverArea_min; double PtTowerOverArea_max; 00029 }; 00030 } 00031 00032 #endif