ATLAS Offline Software
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
HLT | |
It used to be useful piece of code for replacing actual SG with other store of similar functionality In fact it used to be more like interface adapter for ARA objects access, nevertheless since the ARA project is gone it is only an unnecessary extra layer. | |
Trig | |
The common trigger namespace for trigger analysis tools. | |
Functions | |
std::vector< std::string > | Trig::convertStringToVector (const std::string &triggerNames) |
makes a split of list of chains into the vector of chains More... | |
std::vector< std::string > | Trig::keyWrap (const std::vector< std::string > &triggerNames) |
normalizes the list of triggers (patterns) by sorting and uniquing them More... | |
std::string | Trig::getTEName (const HLT::TriggerElement &te) |
converts TEid to TE name (this may not always work, it depends on the availability of config) More... | |