|
ATLAS Offline Software
|
Go to the documentation of this file.
41 typedef TypeInfo_DataModelTest
map;
46 typedef HLT::TypeInformation::newlist
47 ::add<class_DataModelTest> ::go
64 ISvcLocator *pSvcLocator)
66 m_nav (
"TestNav", this)
80 HLT::TypeMaps::registerFeatureContainer<DMTest::CVec,DMTest::CVec>();
81 HLT::TypeMaps::registerFeatureContainer<DMTest::CView,DMTest::CView>();
82 HLT::TypeMaps::registerFeatureContainer<DMTest::PVec,DMTest::PVec>();
83 HLT::TypeMaps::registerType<DMTest::CAuxContainer>();
84 HLT::TypeMaps::registerType<DMTest::PAuxContainer>();
85 HLT::TypeMaps::registerFeatureContainer<DMTest::HVec,DMTest::HVec>();
86 HLT::TypeMaps::registerFeatureContainer<DMTest::HView,DMTest::HView>();
87 HLT::TypeMaps::registerType<DMTest::HAuxContainer>();
88 return StatusCode::SUCCESS;
101 if (!
m_nav->serialize (
result->getNavigationResult(),
102 result->getNavigationResultCuts(),
103 result->getNavigationResultIDName()))
104 return StatusCode::FAILURE;
107 return StatusCode::SUCCESS;
116 return StatusCode::SUCCESS;
static const std::string package_name
virtual StatusCode execute() override
Algorithm event processing.
Class used for testing xAOD data reading/writing with packed containers.
Class used for testing xAOD data reading/writing with packed containers.
Test for xAOD schema evolution.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
HLT::TypeInformation::newlist ::add< class_DataModelTest >::go ::done map
Class used for testing xAOD data reading/writing.
void setPluginLibrary ATLAS_NOT_THREAD_SAFE(const std::string &name, const std::string &lib)
Class used for testing xAOD data reading/writing with packed containers.
Class used for testing xAOD data reading/writing with packed containers.
Test for serializing an xAOD object into bytestream.
Class used for testing xAOD data reading/writing.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used for testing xAOD data reading/writing.
Identify view containers to be made persistent.
TypeInfo_DataModelTest map
Class used for testing xAOD data reading/writing with packed containers.
Class used for testing ViewVector reading/writing.
ToolHandle< HLT::Navigation > m_nav
Navigation object use to fill the result.
This is an implementation class for all Holders It is templated with 2 arguments STORED which is type...
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
SG::WriteHandleKey< HLT::HLTResult > m_resultKey
Handle to write the HLTResult object.
HLTResultWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Test for xAOD schema evolution.