ATLAS Offline Software
|
#include <JetCaloVariables.h>
Public Member Functions | |
JetCaloVariables (const std::string &m_JetContainerName) | |
~JetCaloVariables () | |
double | compute_LLREmFraction (const Jet *jet) |
double | compute_LLRRconeANDRatio (const Jet *jet) |
StatusCode | getpdf () |
Static Public Member Functions | |
static double | compute_RCone (const Jet *jet) |
static double | compute_RatioLeadingCells (const Jet *jet) |
static double | compute_jetTime (const Jet *jet) |
Private Attributes | |
std::vector< TH1 * > | cosmicPdf_EMFraction |
std::vector< TH1 * > | dijetPdf_EMFraction |
std::vector< TH2 * > | cosmicPdf_RconeANDRatio |
std::vector< TH2 * > | dijetPdf_RconeANDRatio |
std::vector< double > | ptbin_pdf |
TFile * | filePDF |
std::string | JetContainerName |
Calculates jet variables based on calorimeter information
Definition at line 24 of file JetCaloVariables.h.
JetCaloVariables::JetCaloVariables | ( | const std::string & | m_JetContainerName | ) |
JetCaloVariables::~JetCaloVariables | ( | ) |
StatusCode JetCaloVariables::getpdf | ( | ) |
|
private |
Definition at line 54 of file JetCaloVariables.h.
|
private |
Definition at line 56 of file JetCaloVariables.h.
|
private |
Definition at line 55 of file JetCaloVariables.h.
|
private |
Definition at line 57 of file JetCaloVariables.h.
|
private |
Definition at line 59 of file JetCaloVariables.h.
|
private |
Definition at line 60 of file JetCaloVariables.h.
|
private |
Definition at line 58 of file JetCaloVariables.h.