ATLAS Offline Software
|
#include <ToolHandleHistoHelper.h>
A helper class to instantiate TH1 objects as defined in a ToolHandleArray<HistoDefinitionTool>
The HistoRetriever is instantiated with a ToolHandleArray<HistoDefinitionTool>. Then it can be asked for a histogram by a name. If the name corresponds to a HistoDefinitionTool it holds, it uses this tool to build the requested TH1 if no name corresponds, returns NULL