#include <StationSelector.h>
Definition at line 17 of file StationSelector.h.
◆ StationIterator
◆ StationMap
◆ StationSelector() [1/2]
MuonGM::StationSelector::StationSelector |
( |
const MYSQL & |
mysql, |
|
|
const std::string & |
filename |
|
) |
| |
◆ StationSelector() [2/2]
MuonGM::StationSelector::StationSelector |
( |
const MYSQL & |
mysql, |
|
|
std::vector< std::string > |
s |
|
) |
| |
◆ begin()
◆ end()
◆ select()
bool MuonGM::StationSelector::select |
( |
const std::string & |
name | ) |
|
|
private |
Definition at line 48 of file StationSelector.cxx.
59 if (
sel.size() <=
name.size()) {
61 for (
unsigned int i = 0;
i <
sel.size();
i++) {
75 }
else if (selFlag == 2) {
83 for (
unsigned int i = 0;
i <
sel.size();
i++) {
93 log << MSG::INFO <<
" StationSelector: removing station " <<
name <<
endmsg;
◆ SetSelectionType()
void MuonGM::StationSelector::SetSelectionType |
( |
int |
t | ) |
|
|
static |
◆ m_selector
std::vector<std::string> MuonGM::StationSelector::m_selector {} |
|
private |
◆ m_selectType
std::atomic< int > MuonGM::StationSelector::m_selectType = 0 |
|
staticprivate |
◆ m_theMap
The documentation for this class was generated from the following files: