|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CALOBADCELLHELPER_H
6 #define CALOBADCELLHELPER_H
27 static bool isBad(
const CaloCell * pCell,
bool treatL1PredictedCellsAsGood) {
30 if (treatL1PredictedCellsAsGood) {
46 #endif // CALOBADCELLHELPER_H
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
uint16_t provenance() const
get provenance (data member)
CaloCell_ID::SUBCALO getSubCalo() const
cell subcalo
const CaloDetDescrElement * caloDDE() const
get pointer to CaloDetDescrElement (data member)
virtual bool badcell() const
check is cell is dead
Data object for each calorimeter readout cell.
static bool isBad(const CaloCell *pCell, bool treatL1PredictedCellsAsGood)