Skip to content
Snippets Groups Projects
Commit aa1804b9 authored by Tim Martin's avatar Tim Martin
Browse files

Complete migration to V2 of TrigComposite Aux

touch file for CI
parent f3e8c6b6
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@
#define XAODTRIGGER_TRIGCOMPOSITEAUXCONTAINER_H
// Local include(s):
#include "xAODTrigger/versions/TrigCompositeAuxContainer_v1.h"
#include "xAODTrigger/versions/TrigCompositeAuxContainer_v2.h"
namespace xAOD{
/// Declare the latest version of the container
typedef TrigCompositeAuxContainer_v1 TrigCompositeAuxContainer;
typedef TrigCompositeAuxContainer_v2 TrigCompositeAuxContainer;
}
namespace TrigCompositeUtils{
......
......@@ -430,7 +430,7 @@ hltTop = seqOR( "hltTop", [ steps, summMaker, mon, edmMakerAlg, hltResultMakerA
topSequence += hltTop
###### Begin Cost Monitoring block
###### Begin Cost Monitoring block
## TODO: Express this as a ComponentAccumulator
from AthenaCommon.AppMgr import ServiceMgr
......
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