![]() |
ATLAS Offline Software
|
#include <AthenaL1TopoHistSvc.h>
Classes | |
| class | AthenaL1TopoHistSvcImpl |
Public Member Functions | |
| AthenaL1TopoHistSvc (const ServiceHandle< ITHistSvc > &histSvc) | |
| virtual | ~AthenaL1TopoHistSvc () |
| virtual void | registerHist (TH1 *h) override |
| virtual void | registerHist (TH2 *h) override |
| virtual TH1 * | findHist (const std::string &histName) override |
| virtual void | fillHist1D (const std::string &histName, double x) override |
| virtual void | fillHist2D (const std::string &histName, double x, double y) override |
| virtual void | setBaseDir (const std::string &baseDir) override |
| virtual void | save () override |
Private Attributes | |
| std::unique_ptr< AthenaL1TopoHistSvcImpl > | m_impl |
Definition at line 16 of file AthenaL1TopoHistSvc.h.
| AthenaL1TopoHistSvc::AthenaL1TopoHistSvc | ( | const ServiceHandle< ITHistSvc > & | histSvc | ) |
Definition at line 129 of file AthenaL1TopoHistSvc.cxx.
|
virtual |
Definition at line 133 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 152 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 157 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 147 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 137 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 142 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 167 of file AthenaL1TopoHistSvc.cxx.
|
overridevirtual |
Implements IL1TopoHistSvc.
Definition at line 162 of file AthenaL1TopoHistSvc.cxx.
|
private |
Definition at line 38 of file AthenaL1TopoHistSvc.h.