The implementation class.
More...
The implementation class.
Definition at line 29 of file ConfigurableAlg.cxx.
◆ ConfigurableAlgImpl()
TCS::ConfigurableAlg::ConfigurableAlgImpl::ConfigurableAlgImpl |
( |
const std::string & |
name | ) |
|
|
inline |
◆ ~ConfigurableAlgImpl()
TCS::ConfigurableAlg::ConfigurableAlgImpl::~ConfigurableAlgImpl |
( |
| ) |
|
|
inline |
◆ fillHist1D()
void TCS::ConfigurableAlg::ConfigurableAlgImpl::fillHist1D |
( |
const std::string & |
histName, |
|
|
double |
x |
|
) |
| |
|
inline |
◆ fillHist2D()
void TCS::ConfigurableAlg::ConfigurableAlgImpl::fillHist2D |
( |
const std::string & |
histName, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ registerHist() [1/2]
void TCS::ConfigurableAlg::ConfigurableAlgImpl::registerHist |
( |
TH1 * |
h | ) |
|
|
inline |
◆ registerHist() [2/2]
void TCS::ConfigurableAlg::ConfigurableAlgImpl::registerHist |
( |
TH2 * |
h | ) |
|
|
inline |
◆ setL1TopoHistSvc()
void TCS::ConfigurableAlg::ConfigurableAlgImpl::setL1TopoHistSvc |
( |
std::shared_ptr< IL1TopoHistSvc > |
histSvc | ) |
|
|
inline |
◆ m_histSvc
std::shared_ptr<IL1TopoHistSvc> TCS::ConfigurableAlg::ConfigurableAlgImpl::m_histSvc |
|
private |
◆ m_localHistStore
std::vector<TH1 *> TCS::ConfigurableAlg::ConfigurableAlgImpl::m_localHistStore |
|
private |
◆ m_name
std::string TCS::ConfigurableAlg::ConfigurableAlgImpl::m_name |
|
private |
The documentation for this class was generated from the following file: