Skip to content
Snippets Groups Projects
Commit 0c347b05 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-DataModelTestDataCommon' into 'master'

Fixed compilation problem of DataModelTestDataCommon/CondAlg2

See merge request atlas/athena!16793
parents 3dd57363 1c24f113
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ StatusCode CondAlg2::initialize()
/**
* @brief Algorithm event processing.
*/
StatusCode CondAlg2::execute_r (const EventContext& ctx) const
StatusCode CondAlg2::execute (const EventContext& ctx) const
{
SG::ReadCondHandle<AthenaAttributeList> rltest (m_rltestKey, ctx);
int xint_rl = (**rltest)["xint"].data<int>();
......
......@@ -47,7 +47,7 @@ public:
/**
* @brief Algorithm event processing.
*/
virtual StatusCode execute_r (const EventContext& ctx) const override;
virtual StatusCode execute (const EventContext& ctx) const override;
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment