#include "DataFormats/Common/interface/HLTenums.h"
#include "DataFormats/Common/interface/HLTPathStatus.h"
#include <vector>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | edm |
namespace | std |
Classes | |
class | edm::HLTGlobalStatus |
The HLT global status, summarising the status of the individual HLT triggers, is implemented as a vector of HLTPathStatus objects. More... | |
Functions | |
std::ostream & | edm::operator<< (std::ostream &ost, const HLTGlobalStatus &hlt) |
Formatted printout of trigger tbale. | |
template<> | |
void | std::swap (edm::HLTGlobalStatus &lhs, edm::HLTGlobalStatus &rhs) |
void | edm::swap (HLTGlobalStatus &lhs, HLTGlobalStatus &rhs) |
Free swap function. |