Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
20 static const InterfaceID IID_TileCondToolMuID(
"TileCondToolMuID", 1, 0);
23 return IID_TileCondToolMuID;
32 declareInterface<TileCondToolMuID>(
this);
52 return StatusCode::SUCCESS;
59 return StatusCode::SUCCESS;
292 int nValues = calibMuID->getCalibDrawer(drawerIdx)->getObjSizeUint32();
295 if (
index >= nValues) {
296 ATH_MSG_ERROR(
"getLowThresholdValue: index out of range! -> ros/mod/num_values/ind "
300 ATH_MSG_DEBUG(
"getLowThresholdValue: ros/mod/drawer_ind/num_values/ind " <<
ros <<
" "
301 <<
module <<
" " << drawerIdx <<
" " << nValues <<
" " <<
index );
303 return calibMuID->getCalibDrawer(drawerIdx)->getData(0, 0,
index);
320 int nValues = calibMuID->getCalibDrawer(drawerIdx)->getObjSizeUint32();
322 if (
index >= nValues) {
323 ATH_MSG_ERROR(
"getHighThresholdValue: index out of range! -> ros/mod/num_values/ind "
328 ATH_MSG_DEBUG(
"getHighThresholdValue: ros/mod/drawer_ind/num_values/ind " <<
ros <<
" "
329 <<
module <<
" " << drawerIdx <<
" " << nValues <<
" " <<
index );
331 return calibMuID->getCalibDrawer(drawerIdx)->getData(0, 0,
index);
def retrieve(aClass, aKey=None)
int tower(const Identifier id) const
Tile field values (NOT_VALID == invalid request)
int module(const Identifier id) const
Tile field values (NOT_VALID == invalid request)
bool is_tile_barrel(const Identifier id) const
test if the id belongs to the Tiles barrel
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
int sample(const Identifier id) const
Tile field values (NOT_VALID == invalid request)
::StatusCode StatusCode
StatusCode definition for legacy code.
bool is_tile_extbarrel(const Identifier id) const
test if the id belongs to the Tiles extended barrel
bool is_tile_positive(const Identifier id) const
test if the id belongs to the Tiles positive side
Helpers for checking error return status codes and reporting errors.
bool is_tile_negative(const Identifier id) const
test if the id belongs to the Tiles negative side
static unsigned int getDrawerIdx(unsigned int ros, unsigned int drawer)
Returns a drawer hash.
bool is_tile_gap(const Identifier id) const
test if the id belongs to the Tiles gap