|
ATLAS Offline Software
|
Go to the documentation of this file.
16 const std::string&
name,
21 declareInterface< ITrigVertexCountsCnvTool >(
this );
37 if( !xaod->
empty() ) {
39 << xaod->
size() <<
")" );
46 for(;tvc_iter != tvc_iter_end;++tvc_iter){
54 ATH_MSG_VERBOSE(
"AOD vs xAOD::vtxNtrks size:: "<< (*tvc_iter)->vtxNtrks().size()<<
" "<<xtvc->
vtxNtrks().size());
59 return StatusCode::SUCCESS;
Const iterator class for DataVector/DataList.
const std::vector< float > & vtxTrkPtSqSum() const
const std::vector< unsigned int > & vtxNtrks() const
getters
#define ATH_MSG_VERBOSE(x)
void setVtxNtrks(const std::vector< unsigned int > &m_vtxNtrks)
TrigVertexCounts_v1 TrigVertexCounts
::StatusCode StatusCode
StatusCode definition for legacy code.
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.
void setVtxTrkPtSqSum(const std::vector< float > &m_vtxTrkPtSqSum)
#define ATH_MSG_WARNING(x)
size_type size() const noexcept
Returns the number of elements in the collection.
bool empty() const noexcept
Returns true if the collection is empty.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.