20 const std::string& name,
21 const IInterface* parent )
22 :
AthAlgTool(
type, name, parent ),
m_cnvTool(
"xAODMaker::IsoMuonFeatureCnvTool/IsoMuonFeatureCnvTool", this ) {
24 declareInterface< IIsoMuonFeatureContainerCnvTool >(
this );
33 return StatusCode::SUCCESS;
42 return StatusCode::FAILURE;
46 return StatusCode::FAILURE;
54 for (; cit_aod != cit_aodend; ++cit_aod) {
64 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
#define CHECK(...)
Evaluate an expression and check for errors.
DataModel_detail::const_iterator< DataVector > const_iterator
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
Class with isolation variables for TrigmuIso algorithm.
L2IsoMuonContainer_v1 L2IsoMuonContainer
Define the latest version of the muon Iso container.
L2IsoMuon_v1 L2IsoMuon
Define the latest version of the muon Iso class.