|
ATLAS Offline Software
|
Go to the documentation of this file.
19 const std::string&
name,
22 m_cnvTool(
"xAODMaker::CombinedMuonFeatureCnvTool/CombinedMuonFeatureCnvTool", this ) {
26 declareInterface< ICombinedMuonFeatureContainerCnvTool >(
this );
35 return StatusCode::SUCCESS;
44 return StatusCode::FAILURE;
48 return StatusCode::FAILURE;
56 for (; cit_aod != cit_aodend; ++cit_aod) {
66 return StatusCode::SUCCESS;
Const iterator class for DataVector/DataList.
#define ATH_MSG_VERBOSE(x)
Class describing combined muon reconstructed in the LVL2 trigger.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
L2CombinedMuon_v1 L2CombinedMuon
Define the latest version of the muon CB class.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.