![]() |
ATLAS Offline Software
|
Class with calibrated variables for tau clustering. More...
#include <TrigTauCluster.h>
Public Member Functions | |
| TrigTauCluster (float energy=0.0, float eta=-10.0, float phi=-10.0, long roi_word=0) | |
| Constructors, please note the default values. | |
| TrigTauCluster (const TrigTauClusterDetailsContainer *details_cont, unsigned int details_index, float energy=0.0, float eta=-10.0, float phi=-10.0, long roi_word=0) | |
| ~TrigTauCluster () | |
| Destructor. | |
| TrigTauCluster (const TrigTauCluster *trigemcluster) | |
| Copy Pointer Constructor. | |
| void | print (void) const |
| Prints out cluster variables to std::cout. | |
| void | print (MsgStream &log) const |
| Prints out cluster variables to MsgStream. | |
| void | setEMenergy (float energy) |
| set EM Energy | |
| void | setHADenergy (float energy) |
| set HAD Energy | |
| void | setEta (float eta) |
| set Eta of the cluster | |
| void | setPhi (float phi) |
| set Phi of the cluster | |
| void | setEMRadius2 (float emradius) |
| set EM Radius | |
| void | setCaloRadius (float caloradius) |
| set Total Calo Radius | |
| void | setIsoFrac (float isofrac) |
| set Isolation Fraction | |
| void | setStripWidth (float stripwidth) |
| set Width in the strip sampling | |
| void | setStripWidthOffline (float stripwidthOffline) |
| set strip Width as in offline | |
| void | setNumStripCells (int numstripcells) |
| set Number of fired strips | |
| void | setNumTotCells (int numtotcells) |
| set Number of Cells in the cluster | |
| void | setEnergyCalib (float e) |
| set Calibrated Energy | |
| void | setEMRadius3S (float emradius3s) |
| set EM Radius 3S | |
| void | setCoreFrac (float coreFrac) |
| set Core Fraction | |
| void | setEMFrac (float emFrac) |
| set EM Fraction | |
| void | setHadRadius (float hadRadius) |
| set Hadronic Radius | |
| float | energy () const |
| get Raw Energy | |
| float | et () const |
| get Raw Et | |
| float | EMCalibEnergy () const |
| get EM calibrated Energy | |
| float | EMenergy () const |
| get EM Energy | |
| float | HADenergy () const |
| get HAD Energy | |
| float | energy (CaloSampling::CaloSample) const |
| get Energy per sampling | |
| float | energyInSample (CaloSampling::CaloSample) const |
| get Energy per sampling | |
| float | eta () const |
| get Eta of the cluster | |
| float | phi () const |
| get Phi of the cluster | |
| float | EMRadius2 () const |
| get EM Radius | |
| float | CaloRadius () const |
| get Total Calo Radius | |
| float | EMRadius (int samp) const |
| get EM Radius per sampling | |
| float | IsoFrac () const |
| get Isolation Fraction | |
| float | EMenergyWidth (int samp) const |
| get Width in EM samplings | |
| float | HADenergyWidth (int samp) const |
| get Width in HAD samplings | |
| int | numStripCells () const |
| get Number of fired strips | |
| int | numTotCells () const |
| get Number of total cells in the cluster | |
| float | stripWidth () const |
| get Width in the strip sampling | |
| float | stripWidthOffline () const |
| get Width as in offline | |
| float | eCalib () const |
| get Calibrated Energy | |
| float | eEMCalib () const |
| get EM calibrated Energy | |
| float | EMRadius3S () const |
| get EM Radius 3S | |
| float | CoreFrac () const |
| get Core Fraction | |
| float | EMFrac () const |
| get EM Fraction | |
| float | HadRadius () const |
| get Hadronic Radius | |
| float | EMenergyWide (int samp) const |
| get EM Energy in the wide region (0.3x0.3) | |
| float | EMenergyMedium (int samp) const |
| get EM Energy in the medium region (0.2x0.2) | |
| float | EMenergyNarrow (int samp) const |
| get EM Energy in the narrow region (0.1x0.1) | |
| float | HADenergyWide (int samp) const |
| get HAD Energy in the wide region (0.3x0.3) | |
| float | HADenergyMedium (int samp) const |
| get HAD Energy in the medium region (0.2x0.2) | |
| float | HADenergyNarrow (int samp) const |
| get HAD Energy in the narrow region (0.1x0.1) | |
| const TrigTauClusterDetails * | clusterDetails () const |
| accessor to TrigTauClusterDetails* | |
| const ElementLink< TrigTauClusterDetailsContainer > & | clusterDetailsLink () const |
| void | setClusterDetails (const ElementLink< TrigTauClusterDetailsContainer > &clusterDetailsLink) |
| void | setRawEnergy (float energy) |
| set Raw Energy (no calibration) | |
| void | setRawEnergy (CaloSampling::CaloSample sample, float energy) |
| set Raw Et (no calibration) per sampling layer | |
| template<class ITERATOR> | |
| void | setRawEnergies (ITERATOR beg, ITERATOR end) |
| void | setRawEt (float et) |
| set Raw Et (no calibration) | |
| void | setRawEta (float eta) |
| set Raw Eta (no calibration) | |
| void | setRawPhi (float phi) |
| set Raw Phi (no calibration) | |
| void | setRoIword (long roiword) |
| set RoI Word | |
| void | setNCells (int ncells) |
| set number of cells used from RoI | |
| void | setquality (unsigned int quality) |
| set quality of cluster built (to be defined) | |
| float | rawEnergy () const |
| get Raw Energy (no calibration) | |
| float | rawEnergy (CaloSampling::CaloSample sample) const |
| get Raw Energy (no calibration) per sampling layer | |
| template<class ITERATOR> | |
| void | rawEnergies (ITERATOR beg, ITERATOR end) const |
| float | rawEt () const |
| get Raw Et (no calibration) | |
| float | rawEta () const |
| get Raw Eta (no calibration) | |
| float | rawPhi () const |
| get Raw Phi (no calibration) | |
| long | RoIword () const |
| get RoI Word | |
| int | nCells () const |
| get number of cells used from RoI | |
| unsigned int | quality () const |
| get quality of cluster built (to be defined) | |
Protected Attributes | |
| float | m_rawEnergy |
| Raw Energy (no calibration) | |
| float | m_rawEt |
| Raw Et (no calibration) | |
| float | m_rawEnergyS [MAXSIZE] |
| Raw Energy per sample (upto 25 samples - no calibration) | |
| float | m_rawEta |
| Raw Eta (no calibration) | |
| float | m_rawPhi |
| Raw Phi (no calibration) | |
| long | m_roiWord |
| RoI Word. | |
| int | m_numberUsedCells |
| Number of cells used from RoI. | |
| unsigned int | m_quality |
| quality of cluster built (to be defined) | |
Private Attributes | |
| float | m_EMenergy |
| EM Energy. | |
| float | m_HADenergy |
| HAD Energy. | |
| float | m_eCalib |
| Calibrated Energy. | |
| float | m_EMRadius2 |
| EM Radius. | |
| float | m_CaloRadius |
| Total Calo Radius. | |
| float | m_IsoFrac |
| Isolation Fraction. | |
| int | m_numStripCells |
| Number of fired strips. | |
| int | m_numTotCells |
| Total number of cells in the cluster. | |
| float | m_stripWidth |
| Width in the strip sampling. | |
| float | m_stripWidthOffline |
| Width calculated as in Offline tauRec. | |
| float | m_EMRadius3S |
| EM Radius 3S. | |
| float | m_CoreFrac |
| Core Fraction. | |
| float | m_EMFrac |
| EM Fraction. | |
| float | m_HadRadius |
| Hadronic Radius. | |
| bool | m_valid |
| ElementLink< TrigTauClusterDetailsContainer > | m_clusterDetails |
| ElementLink to TrigTauClusterDetailsContainer. | |
Class with calibrated variables for tau clustering.
Inherits all Raw variables from TrigCaloCluster
Definition at line 31 of file TrigTauCluster.h.
| TrigTauCluster::TrigTauCluster | ( | float | energy = 0.0, |
| float | eta = -10.0, | ||
| float | phi = -10.0, | ||
| long | roi_word = 0 ) |
Constructors, please note the default values.
Definition at line 26 of file TrigTauCluster.cxx.
| TrigTauCluster::TrigTauCluster | ( | const TrigTauClusterDetailsContainer * | details_cont, |
| unsigned int | details_index, | ||
| float | energy = 0.0, | ||
| float | eta = -10.0, | ||
| float | phi = -10.0, | ||
| long | roi_word = 0 ) |
Set ElementLink to the TrigTauClusterDetails
Definition at line 48 of file TrigTauCluster.cxx.
| TrigTauCluster::~TrigTauCluster | ( | ) |
| TrigTauCluster::TrigTauCluster | ( | const TrigTauCluster * | trigemcluster | ) |
Copy Pointer Constructor.
Definition at line 87 of file TrigTauCluster.cxx.
|
inline |
| const TrigTauClusterDetails * TrigTauCluster::clusterDetails | ( | ) | const |
accessor to TrigTauClusterDetails*
Definition at line 157 of file TrigTauCluster.cxx.
| const ElementLink< TrigTauClusterDetailsContainer > & TrigTauCluster::clusterDetailsLink | ( | ) | const |
Definition at line 170 of file TrigTauCluster.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
get EM Energy in the medium region (0.2x0.2)
Definition at line 141 of file TrigTauCluster.h.
|
inline |
get EM Energy in the narrow region (0.1x0.1)
Definition at line 143 of file TrigTauCluster.h.
|
inline |
get EM Energy in the wide region (0.3x0.3)
Definition at line 139 of file TrigTauCluster.h.
|
inline |
get Width in EM samplings
Definition at line 114 of file TrigTauCluster.h.
|
inline |
|
inline |
get EM Radius per sampling
Definition at line 110 of file TrigTauCluster.h.
|
inline |
|
inline |
|
inline |
get Raw Energy
Definition at line 88 of file TrigTauCluster.h.
|
inline |
|
inline |
|
inline |
|
inline |
get Eta of the cluster
Definition at line 102 of file TrigTauCluster.h.
|
inline |
|
inline |
get HAD Energy in the medium region (0.2x0.2)
Definition at line 148 of file TrigTauCluster.h.
|
inline |
get HAD Energy in the narrow region (0.1x0.1)
Definition at line 150 of file TrigTauCluster.h.
|
inline |
get HAD Energy in the wide region (0.3x0.3)
Definition at line 146 of file TrigTauCluster.h.
|
inline |
get Width in HAD samplings
Definition at line 116 of file TrigTauCluster.h.
|
inline |
|
inline |
|
inlineinherited |
get number of cells used from RoI
Definition at line 118 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inline |
|
inline |
|
inline |
get Phi of the cluster
Definition at line 104 of file TrigTauCluster.h.
| void TrigTauCluster::print | ( | MsgStream & | log | ) | const |
Prints out cluster variables to MsgStream.
Definition at line 137 of file TrigTauCluster.cxx.
| void TrigTauCluster::print | ( | void | ) | const |
Prints out cluster variables to std::cout.
Definition at line 116 of file TrigTauCluster.cxx.
|
inlineinherited |
get quality of cluster built (to be defined)
Definition at line 121 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
Definition at line 95 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get Raw Energy (no calibration)
Definition at line 92 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get Raw Energy (no calibration) per sampling layer
Definition at line 106 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get Raw Et (no calibration)
Definition at line 103 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get Raw Eta (no calibration)
Definition at line 109 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get Raw Phi (no calibration)
Definition at line 112 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
get RoI Word
Definition at line 115 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inline |
set Total Calo Radius
Definition at line 64 of file TrigTauCluster.h.
| void TrigTauCluster::setClusterDetails | ( | const ElementLink< TrigTauClusterDetailsContainer > & | clusterDetailsLink | ) |
Definition at line 175 of file TrigTauCluster.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
set Eta of the cluster
Definition at line 58 of file TrigTauCluster.h.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
set number of cells used from RoI
Definition at line 84 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inline |
set Number of fired strips
Definition at line 72 of file TrigTauCluster.h.
|
inline |
set Number of Cells in the cluster
Definition at line 74 of file TrigTauCluster.h.
|
inline |
set Phi of the cluster
Definition at line 60 of file TrigTauCluster.h.
|
inlineinherited |
set quality of cluster built (to be defined)
Definition at line 87 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
Definition at line 60 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set Raw Et (no calibration) per sampling layer
Definition at line 71 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set Raw Energy (no calibration)
Definition at line 57 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set Raw Et (no calibration)
Definition at line 68 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set Raw Eta (no calibration)
Definition at line 75 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set Raw Phi (no calibration)
Definition at line 78 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inlineinherited |
set RoI Word
Definition at line 81 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
inline |
set Width in the strip sampling
Definition at line 68 of file TrigTauCluster.h.
|
inline |
set strip Width as in offline
Definition at line 70 of file TrigTauCluster.h.
|
inline |
|
inline |
|
private |
Total Calo Radius.
Definition at line 169 of file TrigTauCluster.h.
|
private |
ElementLink to TrigTauClusterDetailsContainer.
Definition at line 191 of file TrigTauCluster.h.
|
private |
Core Fraction.
Definition at line 183 of file TrigTauCluster.h.
|
private |
Calibrated Energy.
Definition at line 165 of file TrigTauCluster.h.
|
private |
EM Energy.
Definition at line 161 of file TrigTauCluster.h.
|
private |
EM Fraction.
Definition at line 185 of file TrigTauCluster.h.
|
private |
EM Radius.
Definition at line 167 of file TrigTauCluster.h.
|
private |
EM Radius 3S.
Definition at line 181 of file TrigTauCluster.h.
|
private |
HAD Energy.
Definition at line 163 of file TrigTauCluster.h.
|
private |
Hadronic Radius.
Definition at line 187 of file TrigTauCluster.h.
|
private |
Isolation Fraction.
Definition at line 171 of file TrigTauCluster.h.
|
protectedinherited |
Number of cells used from RoI.
Definition at line 140 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
private |
Number of fired strips.
Definition at line 173 of file TrigTauCluster.h.
|
private |
Total number of cells in the cluster.
Definition at line 175 of file TrigTauCluster.h.
|
protectedinherited |
quality of cluster built (to be defined)
Definition at line 142 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
Raw Energy (no calibration)
Definition at line 128 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
Raw Energy per sample (upto 25 samples - no calibration)
Definition at line 132 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
Raw Et (no calibration)
Definition at line 130 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
Raw Eta (no calibration)
Definition at line 134 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
Raw Phi (no calibration)
Definition at line 136 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
protectedinherited |
RoI Word.
Definition at line 138 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
|
private |
Width in the strip sampling.
Definition at line 177 of file TrigTauCluster.h.
|
private |
Width calculated as in Offline tauRec.
Definition at line 179 of file TrigTauCluster.h.
|
private |
Definition at line 189 of file TrigTauCluster.h.