![]() |
ATLAS Offline Software
|
#include "TrigSteeringEvent/Enums.h"#include "TrigConfHLTData/HLTChain.h"#include "GaudiKernel/MsgStream.h"#include "AthenaBaseComps/AthMsgStreamMacros.h"#include <vector>#include <stdint.h>#include <string>#include <iomanip>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | HLT::Chain |
| This class represents one chain of signatures, i.e. More... | |
Namespaces | |
| namespace | 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. | |
Enumerations | |
| enum | HLT::ChainStatus { HLT::ChainInvalid =0 , HLT::ConfigOnlyChain , HLT::ChainOK } |
Functions | |
| MsgStream & | HLT::operator<< (MsgStream &, const Chain &) |
| Overload of << operator for both, MsgStream and std::ostream. | |
| std::ostream & | HLT::operator<< (std::ostream &, const Chain &) |
| Overload of << operator for both, MsgStream and std::ostream. | |
Variables | |
| static const std::string | HLT::no_config = "no config" |