|
ATLAS Offline Software
|
Go to the documentation of this file.
17 const std::string&
name,
22 declareInterface< ITrigT2ZdcSignalsCnvTool >(
this );
38 if( !xaod->
empty() ) {
40 << xaod->
size() <<
")" );
48 for(;t2zdcsig_iter != t2zdcsig_iter_end; ++t2zdcsig_iter){
57 ATH_MSG_VERBOSE(
"AOD vs xAOD::triggerEnergies size:: "<< (*t2zdcsig_iter)->triggerEnergies().size()<<
" "<<xT2ZdcSignals->
triggerEnergies().size());
58 ATH_MSG_VERBOSE(
"AOD vs xAOD:triggerTimes size:: "<< (*t2zdcsig_iter)->triggerTimes().size()<<
" "<<xT2ZdcSignals->
triggerTimes().size());
61 return StatusCode::SUCCESS;
Const iterator class for DataVector/DataList.
void setTriggerEnergies(const std::vector< float > &trigEg)
#define ATH_MSG_VERBOSE(x)
::StatusCode StatusCode
StatusCode definition for legacy code.
void setTriggerTimes(const std::vector< float > &trigTm)
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 std::vector< float > & triggerTimes() const
Return the relative times of the triggers.
#define ATH_MSG_WARNING(x)
TrigT2ZdcSignals_v1 TrigT2ZdcSignals
const std::vector< float > & triggerEnergies() const
Return the trigger energies of each counter.
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.