20 #include "GaudiKernel/ISvcLocator.h"
22 #include "AthLinks/ElementLink.h"
23 #include "GaudiKernel/Chrono.h"
34 m_chronoSvc(
"ChronoStatSvc",
name)
49 if( m_augmentationTools.retrieve().isFailure() ) {
51 return StatusCode::FAILURE;
53 ATH_MSG_INFO(
"The following augmentation tools will be applied....");
58 if ( m_chronoSvc.retrieve().isFailure() ) {
60 return StatusCode::FAILURE;
67 return StatusCode::SUCCESS;
76 Chrono chrono( &(*m_chronoSvc),
name() );
85 while (augmentationTool != endOfAugmentationTools) {
86 if ( (**augmentationTool).addBranches().isFailure() ) {
88 return StatusCode::FAILURE;
99 return StatusCode::SUCCESS;
123 ATH_MSG_INFO(
"============================================================================");
124 ATH_MSG_INFO(
" The following CP tools were called by " <<
name() <<
" for the whole train:");
127 while (augmentationTool != endOfAugmentationTools) {
131 ATH_MSG_INFO(
"============================================================================");
133 return StatusCode::SUCCESS;