17 const std::string& name,
18 const IInterface* parent )
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;
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_WARNING(x)
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.
bool empty() const noexcept
Returns true if the collection is empty.
const std::vector< float > & triggerEnergies() const
Return the trigger energies of each counter.
void setTriggerEnergies(const std::vector< float > &trigEg)
const std::vector< float > & triggerTimes() const
Return the relative times of the triggers.
void setTriggerTimes(const std::vector< float > &trigTm)
TrigT2ZdcSignalsContainer_v1 TrigT2ZdcSignalsContainer
TrigT2ZdcSignals_v1 TrigT2ZdcSignals