![]() |
ATLAS Offline Software
|
emacs: this is -*- c++ -*- More...
#include <RegSelTool.h>
Public Member Functions | |
virtual | ~RegSelTool () override |
Destructor. More... | |
virtual StatusCode | initialize () override |
@method initialize, loads lookup tables for retrieve Identifier Hash and ROBID More... | |
Protected Member Functions | |
const IRegSelLUT * | lookup (const EventContext &ctx) const override |
@method lookup, actually retrieve the lookup table as conditions data More... | |
Private Attributes | |
Gaudi::Property< bool > | m_dumpTable { this, "WriteTable", false, "write out maps to files for debugging" } |
Declare properties. More... | |
Gaudi::Property< bool > | m_initialised { this, "Initialised", false, "flag to determine whether the corresponding subsystem is initilised" } |
SG::ReadCondHandleKey< IRegSelLUTCondData > | m_tableKey { this, "RegSelLUT", "Tool_Not_Initalised", "Region Selector lookup table" } |
emacs: this is -*- c++ -*-
This is the Region Selector tool for the ID And muon spectrometer tables
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
Definition at line 38 of file RegSelTool.h.
|
overridevirtual |
|
overridevirtual |
@method initialize, loads lookup tables for retrieve Identifier Hash and ROBID
Definition at line 24 of file RegSelTool.cxx.
|
overrideprotected |
@method lookup, actually retrieve the lookup table as conditions data
Definition at line 35 of file RegSelTool.cxx.
|
private |
Declare properties.
Definition at line 58 of file RegSelTool.h.
|
private |
Definition at line 59 of file RegSelTool.h.
|
private |
Definition at line 61 of file RegSelTool.h.