Skip to content
Snippets Groups Projects
Commit 808f091b authored by scott snyder's avatar scott snyder
Browse files

DataModelRunTests: Update for change in ByteStreamCnvSvc.

Fix key used for the dummy trigger decision object
parent 0196c8db
No related branches found
No related tags found
No related merge requests found
Pipeline #1760047 failed
......@@ -48,7 +48,8 @@ from DataModelTestDataWrite.DataModelTestDataWriteConf import \
DMTest__xAODTestWriteHVec, \
DMTest__xAODTestWriteCView, \
DMTest__HLTResultWriter
topSequence += DMTest__DummyDecisionWriter ("DummyDecisionWriter")
topSequence += DMTest__DummyDecisionWriter ("DummyDecisionWriter",
DecisionKey = 'xTrigDecision')
topSequence += DMTest__xAODTestWriteCVec ("xAODTestWriteCVec",
CVecKey = 'HLT_DMTest__CVec_cvec')
topSequence += DMTest__xAODTestWriteCView ("xAODTestWriteCView",
......
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