|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "CaloGeoHelpers/CaloSampling.h"
38 (
const std::string&
type,
39 const std::string&
name,
44 declareProperty(
"PosNeg",
m_posneg = 0);
45 declareProperty(
"DoEt",
m_doEt = 0);
82 return StatusCode::SUCCESS;
154 double theCellE=
cell->energy();
180 (*m_Eh_PresB)[0] += theCellE;
184 (*m_Eh_PresE)[0] += theCellE;
209 (*m_Eh_Tile)[0] += theCellE;
212 (*m_Eh_Tile)[1] += theCellE;
215 (*m_Eh_Tile)[2] += theCellE;
221 (*m_Eh_TileGap)[0] += theCellE;
224 (*m_Eh_Scint)[0] += theCellE;
255 return StatusCode::SUCCESS;
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
float eta_raw() const
cell eta_raw
CaloCell_ID::SUBCALO getSubCalo() const
cell subcalo
Block filler tool for noisy FEB information.
::StatusCode StatusCode
StatusCode definition for legacy code.
SUBCALO
enumeration of sub calorimeters
int nCellsCalo(const CaloCell_ID::SUBCALO caloNum) const
get number of cels of given calorimeter
#define CHECK(...)
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.
Container class for CaloCell.
static CaloSample getSampling(const CaloCell &c)
Retrieves the sampling indicator for a cell.
Data object for each calorimeter readout cell.