#include <FastSimDataFormats/External/interface/FastL1BitInfo.h>
Public Member Functions | |
FastL1BitInfo () | |
bool | getEmTauVeto () const |
double | getEnergy () const |
double | getEt () const |
double | getEta () const |
bool | getHadTauVeto () const |
bool | getHard () const |
bool | getIsolationVeto () const |
bool | getMaxEt () const |
double | getPhi () const |
bool | getSoft () const |
bool | getSumEtBelowThres () const |
bool | getTauVeto () const |
void | setEmTauVeto (bool emTauVeto) |
void | setEnergy (double Energy) |
void | setEt (double Et) |
void | setEta (double Eta) |
void | setHadTauVeto (bool hadTauVeto) |
void | setHard (bool Hard) |
void | setIsolationVeto (bool isolationVeto) |
void | setMaxEt (bool MaxEt) |
void | setPhi (double Phi) |
void | setSoft (bool Soft) |
void | setSumEtBelowThres (bool sumEtBelowThres) |
void | setTauVeto (bool tauVeto) |
~FastL1BitInfo () | |
Private Attributes | |
bool | m_EmTauVeto |
double | m_energy |
double | m_et |
double | m_eta |
bool | m_HadTauVeto |
bool | m_hard |
bool | m_IsolationVeto |
bool | m_maxEt |
double | m_phi |
bool | m_soft |
bool | m_SumEtBelowThres |
bool | m_TauVeto |
Definition at line 7 of file FastL1BitInfo.h.
FastL1BitInfo::FastL1BitInfo | ( | ) | [inline] |
Definition at line 12 of file FastL1BitInfo.h.
00012 : m_eta(0), m_phi(0), m_energy(0), m_et(0), m_TauVeto(false), m_EmTauVeto(false), m_HadTauVeto(false), m_IsolationVeto(false), m_SumEtBelowThres(false), m_maxEt(false), m_soft(false), m_hard(false) 00013 { 00014 }
FastL1BitInfo::~FastL1BitInfo | ( | ) | [inline] |
bool FastL1BitInfo::getEmTauVeto | ( | ) | const [inline] |
double FastL1BitInfo::getEnergy | ( | ) | const [inline] |
double FastL1BitInfo::getEt | ( | ) | const [inline] |
double FastL1BitInfo::getEta | ( | ) | const [inline] |
bool FastL1BitInfo::getHadTauVeto | ( | ) | const [inline] |
Definition at line 39 of file FastL1BitInfo.h.
References m_HadTauVeto.
00039 {return m_HadTauVeto;}
bool FastL1BitInfo::getHard | ( | ) | const [inline] |
bool FastL1BitInfo::getIsolationVeto | ( | ) | const [inline] |
Definition at line 40 of file FastL1BitInfo.h.
References m_IsolationVeto.
00040 {return m_IsolationVeto;}
bool FastL1BitInfo::getMaxEt | ( | ) | const [inline] |
double FastL1BitInfo::getPhi | ( | ) | const [inline] |
bool FastL1BitInfo::getSoft | ( | ) | const [inline] |
bool FastL1BitInfo::getSumEtBelowThres | ( | ) | const [inline] |
Definition at line 41 of file FastL1BitInfo.h.
References m_SumEtBelowThres.
00041 {return m_SumEtBelowThres;}
bool FastL1BitInfo::getTauVeto | ( | ) | const [inline] |
Definition at line 25 of file FastL1BitInfo.h.
References m_EmTauVeto.
00025 {m_EmTauVeto = emTauVeto;}
void FastL1BitInfo::setEnergy | ( | double | Energy | ) | [inline] |
void FastL1BitInfo::setEt | ( | double | Et | ) | [inline] |
void FastL1BitInfo::setEta | ( | double | Eta | ) | [inline] |
Definition at line 26 of file FastL1BitInfo.h.
References m_HadTauVeto.
00026 {m_HadTauVeto = hadTauVeto;}
Definition at line 27 of file FastL1BitInfo.h.
References m_IsolationVeto.
00027 {m_IsolationVeto = isolationVeto;}
void FastL1BitInfo::setPhi | ( | double | Phi | ) | [inline] |
Definition at line 28 of file FastL1BitInfo.h.
References m_SumEtBelowThres.
00028 {m_SumEtBelowThres = sumEtBelowThres;}
Definition at line 24 of file FastL1BitInfo.h.
References m_TauVeto.
Referenced by FastL1Region::SetTauBit().
00024 {m_TauVeto = tauVeto;}
bool FastL1BitInfo::m_EmTauVeto [private] |
double FastL1BitInfo::m_energy [private] |
double FastL1BitInfo::m_et [private] |
double FastL1BitInfo::m_eta [private] |
bool FastL1BitInfo::m_HadTauVeto [private] |
bool FastL1BitInfo::m_hard [private] |
bool FastL1BitInfo::m_IsolationVeto [private] |
Definition at line 55 of file FastL1BitInfo.h.
Referenced by getIsolationVeto(), and setIsolationVeto().
bool FastL1BitInfo::m_maxEt [private] |
double FastL1BitInfo::m_phi [private] |
bool FastL1BitInfo::m_soft [private] |
bool FastL1BitInfo::m_SumEtBelowThres [private] |
Definition at line 56 of file FastL1BitInfo.h.
Referenced by getSumEtBelowThres(), and setSumEtBelowThres().
bool FastL1BitInfo::m_TauVeto [private] |