Skip to content
Snippets Groups Projects
Commit 5d21366f authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'clid.AthenaServices-20210923' into 'master'

AthenaServices: Fix duplicate clids.

See merge request !46675
parents e852651a 5670b23d
No related branches found
No related tags found
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46675AthenaServices: Fix duplicate clids.
This diff is collapsed.
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TEST_FOOBAR_H
......@@ -43,7 +43,7 @@ class Baz
{
};
SG_BASE (Baz, SG::AuxElement);
CLASS_DEF( Baz, 8111, 0)
CLASS_DEF( Baz, 8211, 0)
class BazAuxContainer
......@@ -51,7 +51,7 @@ class BazAuxContainer
{
};
SG_BASE (BazAuxContainer, xAOD::AuxContainerBase);
CLASS_DEF( BazAuxContainer, 8112, 0)
CLASS_DEF( BazAuxContainer, 8212, 0)
#endif // TEST_FOOBAR_H
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