Definition at line 403 of file TrigMatchToolCore.h.
◆ chainIndexMap_t
◆ lock_t
◆ mutex_t
◆ ChainNameIndex()
◆ assertConfiguredChainNames()
| void TrigMatchToolCore::ChainNameIndex::assertConfiguredChainNames |
( |
| ) |
|
|
private |
Definition at line 109 of file TrigMatchToolCore.cxx.
110{
118
119
120
121
122
123
124 if (
chainName.find(
"L2_") != std::string::npos) {
126
129 } else {
131 }
132 }
133 }
134 }
135}
◆ chainName()
| std::string TrigMatchToolCore::ChainNameIndex::chainName |
( |
size_t | index | ) |
|
◆ chainNameToIndex()
| size_t TrigMatchToolCore::ChainNameIndex::chainNameToIndex |
( |
const std::string & | chainName | ) |
|
◆ clear()
| void TrigMatchToolCore::ChainNameIndex::clear |
( |
| ) |
|
◆ configuredChainNames()
| std::vector< std::string > TrigMatchToolCore::ChainNameIndex::configuredChainNames |
( |
| ) |
|
◆ propagateChainNames()
| std::string TrigMatchToolCore::ChainNameIndex::propagateChainNames |
( |
const std::string & | chainName | ) |
|
Definition at line 187 of file TrigMatchToolCore.cxx.
188{
189
190 if(
chainName.find(
"L1_" ) == std::string::npos )
192
194
195
197
198
199
200
204
205 std::map< std::string, std::string >::const_iterator
iter =
207 std::map< std::string, std::string >::const_iterator
end =
210
211 if( boost::regex_match(
iter->first.c_str(), what, compiled ) ) {
214 } else {
216 }
217 }
218 }
219
220
222 }
223
224
226 if(
output.find(
"|" ) != std::string::npos ) {
228 }
229
231}
◆ m_chainIndexMap
◆ m_chainNames
| std::vector< std::string > TrigMatchToolCore::ChainNameIndex::m_chainNames |
|
private |
◆ m_core
◆ m_l1l2Map
| std::map< std::string, std::string > TrigMatchToolCore::ChainNameIndex::m_l1l2Map |
|
private |
◆ m_mutex
| mutex_t TrigMatchToolCore::ChainNameIndex::m_mutex |
|
private |
◆ m_nConfiguredChainNames
| size_t TrigMatchToolCore::ChainNameIndex::m_nConfiguredChainNames = 0 |
|
private |
The documentation for this class was generated from the following files: