  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
    8 #ifndef XAODTRIGL1CALO_VERSIONS_CPMTOWER_V2_H 
    9 #define XAODTRIGL1CALO_VERSIONS_CPMTOWER_V2_H 
   11 #include "AthLinks/ElementLink.h" 
  101 #endif // XAODTRIGL1CALO_VERSIONS_CPMTOWER_V2_H 
  
float phi() const
get phi (note that for L1Calo phi runs from 0 to 2pi)
 
uint8_t hadSliceEnergy(unsigned int slice) const
get hadEnergy for hadEnergyVec[slice] - time slice for arbitary slice
 
Base class for elements of a container that can have aux data.
 
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 
void setHadEnergyVec(const std::vector< uint8_t > &)
set hadEnergyVec - hadEnergy for all time slices
 
uint32_t hadSliceError(unsigned int slice) const
get hadError for hadErrorVec[slice] - time slice for arbitary slice
 
const std::vector< uint8_t > & hadEnergyVec() const
get hadEnergyVec - hadEnergy for all time slices
 
const std::vector< uint8_t > & emEnergyVec() const
get emEnergyVec - emEnergy for all time slices
 
void setHadErrorVec(const std::vector< uint32_t > &)
set hadErrorVec - hadError for all time slices
 
void setEmErrorVec(const std::vector< uint32_t > &)
set emErrorVec - emError for all time slices
 
CPMTower_v2()
Default constructor.
 
const std::vector< uint32_t > & emErrorVec() const
get emErrorVec - emError for all time slices
 
virtual void initialize(const float eta, const float phi)
initialize
 
uint32_t emSliceError(unsigned int slice) const
get emError for emErrorVec[slice] - time slice for arbitary slice
 
virtual ~CPMTower_v2()
Default desturctor.
 
uint8_t emSliceEnergy(unsigned int slice) const
get emEnergy for emEnergyVec[slice] - time slice for arbitary slice
 
uint32_t hadError() const
 
const std::vector< uint32_t > & hadErrorVec() const
get hadErrorVec - hadError for all time slices
 
void setEta(float)
set eta
 
void setPhi(float)
set phi
 
void setEmEnergyVec(const std::vector< uint8_t > &)
set emEnergyVec - emEnergy for all time slices
 
uint8_t hadEnergy() const
get hadEnergy for hadEnergyVec[peak] - time slice that (hopefully) contains the collision
 
Base class for elements of a container that can have aux data.
 
uint8_t emEnergy() const
get emEnergy for emEnergyVec[peak] - time slice that (hopefully) contains the collision
 
Description of CPMTower_v2.