#include <AthenaL1TopoHistSvc.h>
Definition at line 16 of file AthenaL1TopoHistSvc.h.
◆ AthenaL1TopoHistSvc()
| AthenaL1TopoHistSvc::AthenaL1TopoHistSvc |
( |
const ServiceHandle< ITHistSvc > & | histSvc | ) |
|
Definition at line 129 of file AthenaL1TopoHistSvc.cxx.
129 :
130 m_impl(
new AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl(histSvc))
131{}
std::unique_ptr< AthenaL1TopoHistSvcImpl > m_impl
◆ ~AthenaL1TopoHistSvc()
| AthenaL1TopoHistSvc::~AthenaL1TopoHistSvc |
( |
| ) |
|
|
virtual |
◆ fillHist1D()
| void AthenaL1TopoHistSvc::fillHist1D |
( |
const std::string & | histName, |
|
|
double | x ) |
|
overridevirtual |
◆ fillHist2D()
| void AthenaL1TopoHistSvc::fillHist2D |
( |
const std::string & | histName, |
|
|
double | x, |
|
|
double | y ) |
|
overridevirtual |
◆ findHist()
| TH1 * AthenaL1TopoHistSvc::findHist |
( |
const std::string & | histName | ) |
|
|
overridevirtual |
◆ registerHist() [1/2]
| void AthenaL1TopoHistSvc::registerHist |
( |
TH1 * | h | ) |
|
|
overridevirtual |
◆ registerHist() [2/2]
| void AthenaL1TopoHistSvc::registerHist |
( |
TH2 * | h | ) |
|
|
overridevirtual |
◆ save()
| void AthenaL1TopoHistSvc::save |
( |
| ) |
|
|
overridevirtual |
◆ setBaseDir()
| void AthenaL1TopoHistSvc::setBaseDir |
( |
const std::string & | baseDir | ) |
|
|
overridevirtual |
◆ m_impl
The documentation for this class was generated from the following files: