11#ifndef ISCT_CalibHistoTool_h
12#define ISCT_CalibHistoTool_h
15#include "GaudiKernel/IInterface.h"
16#include "GaudiKernel/IAlgTool.h"
17#include "GaudiKernel/ITHistSvc.h"
18#include "GaudiKernel/ToolHandle.h"
37 virtual bool read(
const std::string& fileName)=0;
39 virtual bool fill(
const bool fromData=
false)=0;
49 int size(
const int histogramIndex)
const;
58 void setLb(
const int nLb);
74 if (tool.retrieve().isFailure() )
return std::make_pair(std::string{
"Unable to retrieve "}+tool.name(),
false);
75 return std::make_pair(
"",
true);
This is an Identifier helper class for the SCT subdetector.
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)