#include <MuonDQAHistMap.h>
|
std::vector< TH1 * > | m_H1s |
|
std::vector< TH2 * > | m_H2s |
|
Definition at line 29 of file MuonDQAHistMap.h.
◆ addHist() [1/2]
void MuonDQAHistList::addHist |
( |
TH1 * |
p | ) |
|
|
inline |
◆ addHist() [2/2]
void MuonDQAHistList::addHist |
( |
TH2 * |
p | ) |
|
|
inline |
◆ clear()
void MuonDQAHistList::clear |
( |
| ) |
|
|
inline |
◆ getH1()
TH1* MuonDQAHistList::getH1 |
( |
const std::string & |
hist_name | ) |
const |
|
inline |
Definition at line 41 of file MuonDQAHistMap.h.
42 std::vector<TH1*>::const_iterator
it =
m_H1s.begin(),
44 for ( ;
it != itEnd; ++
it ) {
45 if ( (*it)->GetName() == hist_name ) {
◆ getH2()
TH2* MuonDQAHistList::getH2 |
( |
const std::string & |
hist_name | ) |
const |
|
inline |
Definition at line 51 of file MuonDQAHistMap.h.
52 std::vector<TH2*>::const_iterator
it =
m_H2s.begin(),
54 for ( ;
it != itEnd; ++
it ) {
55 if ( (*it)->GetName() == hist_name ) {
◆ m_H1s
std::vector<TH1*> MuonDQAHistList::m_H1s |
|
private |
◆ m_H2s
std::vector<TH2*> MuonDQAHistList::m_H2s |
|
private |
The documentation for this class was generated from the following file: