|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTER_V1_H
9 #define XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTER_V1_H
13 #include "CaloGeoHelpers/CaloSampling.h"
86 #endif // XAODTRIGCALO_VERSIONS_TRIGCALOCLUSTER_V1_H
void setRawPhi(float)
set Raw Phi (no calibration)
float rawPhi() const
get Raw Phi (no calibration)
float rawEt() const
get Raw Et (no calibration)
CaloSampling::CaloSample CaloSample
A convenience typedef.
int nCells() const
get number of cells used from RoI
TrigCaloCluster_v1()
Constructor
Base class for elements of a container that can have aux data.
SG_BASE(xAOD::TrigCaloCluster_v1, SG::AuxElement)
void setRawEt(float)
set Raw Et (no calibration)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setRawEta(float)
set Raw Eta (no calibration)
float rawEnergy() const
get Raw Energy (no calibration)
unsigned int clusterQuality() const
get quality of cluster built (to be defined)
const std::vector< float > & rawEnergySample() const
get Raw Energy (no calibration) for all the sampling layers
long RoIword() const
get RoI Word
float rawEnergy(const CaloSample sample) const
get Raw Energy (no calibration) per sampling layer
void setRoIword(long)
set RoI Word
void setNCells(int)
set number of cells used from RoI
Description of a trigger calorimeter cluster.
void setRawEnergy(float)
set Raw Energy (no calibration)
void setClusterQuality(unsigned int)
set quality of cluster built (to be defined)
bool setRawEnergy(const CaloSample sample, float energy)
set Raw Energy (no calibration) per sampling layer
float rawEta() const
get Raw Eta (no calibration)
Base class for elements of a container that can have aux data.