#include <MuonDQAHistMap.h>
Definition at line 65 of file MuonDQAHistMap.h.
◆ addList() [1/2]
| void MuonDQAHistMap::addList |
( |
const int & | station_idInt, |
|
|
const MuonDQAHistList & | lst ) |
|
inline |
Definition at line 86 of file MuonDQAHistMap.h.
86 {
88 }
std::map< int, MuonDQAHistList > m_data_int
◆ addList() [2/2]
| void MuonDQAHistMap::addList |
( |
const std::string & | station_name, |
|
|
const MuonDQAHistList & | lst ) |
|
inline |
Definition at line 71 of file MuonDQAHistMap.h.
71 {
73 }
std::map< std::string, MuonDQAHistList > m_data
str station_name
Simple script to generate a BIS78 cabling map as used for the Monte Carlo processing.
◆ clear()
| void MuonDQAHistMap::clear |
( |
| ) |
|
|
inline |
◆ getList() [1/2]
Definition at line 90 of file MuonDQAHistMap.h.
90 {
91 std::map<int, MuonDQAHistList>::iterator
it;
95 } else {
98 }
99 }
◆ getList() [2/2]
Definition at line 75 of file MuonDQAHistMap.h.
75 {
76 std::map<std::string,MuonDQAHistList>::iterator
it;
78 if ( it !=
m_data.end() ) {
80 } else {
83 }
84 }
◆ m_data
◆ m_data_int
The documentation for this class was generated from the following file: