55 for ( ; itTool != itToolEnd; ++itTool ) {
59 ATH_MSG_INFO (
"initialization completed successfully" );
60 return StatusCode::SUCCESS;
73 for ( ; itTool != itToolEnd; ++itTool ) {
78 return StatusCode::SUCCESS;
92 for ( ; itTool != itToolEnd; ++itTool ) {
93 ATH_CHECK( (*itTool)->finalizeCalculations() );
101 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
int m_runNumber
Run number.
virtual ~TileTopCalibAlg()
Destructor.
std::string m_fileName
Name of output file with ntuples.
StatusCode execute()
Execute.
TileTopCalibAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.
StatusCode finalize()
Finalize.
StatusCode initialize()
Initialize algorithm.
TFile * m_rootFile
Pointer to the ROOT file.
ToolHandleArray< ITileCalibTool > m_tileCalibToolList
Vector of algtools to call.