CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
pat::JetSelection Struct Reference

#include <JetSelection.h>

Public Attributes

std::string selectionType
 Choose selection type (see PATJetCleaner) More...
 
double value
 Cut value for likelihood-based selection. More...
 
Cuts for "custom" CaloJet selection:
double EMFmin
 
double EMFmax
 
double Etamax
 
double Ptmin
 
double EMvsHadFmin
 
double EMvsHadFmax
 
double HadFmin
 
double HadFmax
 
double N90min
 
double N90max
 
double NCaloTowersmin
 
double NCaloTowersmax
 
double HighestTowerOverJetmin
 
double HighestTowerOverJetmax
 
double RWidthmin
 
double RWidthmax
 
double PtJetOverArea_min
 
double PtJetOverArea_max
 
double PtTowerOverArea_min
 
double PtTowerOverArea_max
 

Detailed Description

Structure defining the jet selection. Used in the jet selectors.

Definition at line 8 of file JetSelection.h.

Member Data Documentation

double pat::JetSelection::EMFmax

Definition at line 16 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::EMFmin

Definition at line 16 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::EMvsHadFmax

Definition at line 20 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::EMvsHadFmin

Definition at line 20 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::Etamax

Definition at line 17 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::HadFmax

Definition at line 21 of file JetSelection.h.

double pat::JetSelection::HadFmin

Definition at line 21 of file JetSelection.h.

double pat::JetSelection::HighestTowerOverJetmax

Definition at line 24 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::HighestTowerOverJetmin

Definition at line 24 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::N90max

Definition at line 22 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::N90min

Definition at line 22 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::NCaloTowersmax

Definition at line 23 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::NCaloTowersmin

Definition at line 23 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::PtJetOverArea_max

Definition at line 26 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::PtJetOverArea_min

Definition at line 26 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::Ptmin

Definition at line 19 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::PtTowerOverArea_max

Definition at line 27 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::PtTowerOverArea_min

Definition at line 27 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::RWidthmax

Definition at line 25 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

double pat::JetSelection::RWidthmin

Definition at line 25 of file JetSelection.h.

Referenced by pat::CaloJetSelector::filter().

std::string pat::JetSelection::selectionType

Choose selection type (see PATJetCleaner)

Definition at line 9 of file JetSelection.h.

double pat::JetSelection::value