5#ifndef TILETOPCALIBALG_H
6#define TILETOPCALIBALG_H
19#include "GaudiKernel/ToolHandle.h"
57 "TileCalibTools", {},
"Tile calib tools"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
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.