|
ATLAS Offline Software
|
Go to the documentation of this file.
28 declareInterface<DerivationFramework::IAugmentationTool>(
this);
61 return StatusCode::SUCCESS;
66 const EventContext& ctx = Gaudi::Hive::currentContext();
106 eta->push_back(
cell->eta() );
107 phi->push_back(
cell->phi() );
108 time->push_back(
cell->time() );
109 quality->push_back(
cell->quality() );
119 time->push_back(
cell->time() );
120 quality->push_back(
cell->quality() );
128 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
const std::string & key() const
Return the StoreGate ID for the referenced object.
int type(const Identifier &id) const
extract type field from TileTB identifier
int module(const Identifier &id) const
extract module field from TileTB identifier
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Handle class for recording to StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
int channel(const Identifier &id) const
extract channel field from TileTB identifier
virtual bool isValid() override final
Can the handle be successfully dereferenced?
Helpers for checking error return status codes and reporting errors.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
Handle class for reading from StoreGate.