ATLAS Offline Software
|
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | TRIGGERidentity |
Macros | |
#define | NTYPE 3 |
#define | NTHRESHOLD 3 |
Typedefs | |
typedef std::ostringstream | osstream |
Enumerations | |
enum | TrigType { None, Low, High } |
enum | Threshold { FirstTh, SecondTh, ThirdTh } |
Functions | |
template<class X > | |
X & | operator<< (X &stream, const TRIGGERidentity &data) |
#define NTHRESHOLD 3 |
Definition at line 16 of file TRIGGERidentity.h.
#define NTYPE 3 |
Definition at line 15 of file TRIGGERidentity.h.
typedef std::ostringstream osstream |
Definition at line 12 of file TRIGGERidentity.h.
enum Threshold |
Enumerator | |
---|---|
FirstTh | |
SecondTh | |
ThirdTh |
Definition at line 18 of file TRIGGERidentity.h.
enum TrigType |