|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   17                         const std::string& 
name,
 
   22     declareInterface< ITrigT2MbtsBitsCnvTool >( 
this );
 
   39     if( !xaod->
empty() ) {
 
   41       << xaod->
size() << 
")" );
 
   49     for(;t2mbts_iter != t2mbts_iter_end; ++t2mbts_iter){
 
   59       ATH_MSG_VERBOSE(
"AOD vs xAOD:triggerTimes size:: "<< (*t2mbts_iter)->triggerTimes().size()<<
" "<<xT2MbtsBits->
triggerTimes().size());
 
   62     return StatusCode::SUCCESS;
 
  
void setTriggerTimes(const std::vector< float > &trigTm)
Const iterator class for DataVector/DataList.
void setTriggerEnergies(const std::vector< float > &trigEg)
#define ATH_MSG_VERBOSE(x)
TrigT2MbtsBits_v1 TrigT2MbtsBits
::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.
#define ATH_MSG_WARNING(x)
const std::vector< float > & triggerTimes() const
Return the relative times of the triggers.
size_type size() const noexcept
Returns the number of elements in the collection.
const std::vector< float > & triggerEnergies() const
Return the trigger energies of each counter.
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.