|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAL1TOPOHISTSVC_H
6 #define ATHENAL1TOPOHISTSVC_H
8 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/ITHistSvc.h"
12 #include "GaudiKernel/LockedHandle.h"
31 virtual void setBaseDir(
const std::string & baseDir)
override;
33 virtual void save()
override;
38 std::unique_ptr<AthenaL1TopoHistSvcImpl>
m_impl;
virtual void fillHist1D(const std::string &histName, double x) override
virtual void save() override
virtual TH1 * findHist(const std::string &histName) override
virtual ~AthenaL1TopoHistSvc()
virtual void setBaseDir(const std::string &baseDir) override
virtual void fillHist2D(const std::string &histName, double x, double y) override
AthenaL1TopoHistSvc(ServiceHandle< ITHistSvc > histSvc)
std::unique_ptr< AthenaL1TopoHistSvcImpl > m_impl
virtual void registerHist(TH1 *h) override