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 | ) |
|
Definition at line 166 of file TrigMatchToolCore.cxx.
167{
171}
virtual void lock()=0
Interface to allow an object to lock itself when made const in SG.
◆ 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
203
204 std::map< std::string, std::string >::const_iterator
iter =
206 std::map< std::string, std::string >::const_iterator
end =
209
210 if( std::regex_match(
iter->first.c_str(), compiled ) ) {
213 } else {
215 }
216 }
217 }
218
219
221 }
222
223
225 if(
output.find(
"|" ) != std::string::npos ) {
227 }
228
230}
◆ 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: