ATLAS Offline Software
Classes | Macros | Typedefs | Enumerations | Functions
TRIGGERidentity.h File Reference
#include <iostream>
#include <sstream>
Include dependency graph for TRIGGERidentity.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ NTHRESHOLD

#define NTHRESHOLD   3

Definition at line 16 of file TRIGGERidentity.h.

◆ NTYPE

#define NTYPE   3

Definition at line 15 of file TRIGGERidentity.h.

Typedef Documentation

◆ osstream

typedef std::ostringstream osstream

Definition at line 12 of file TRIGGERidentity.h.

Enumeration Type Documentation

◆ Threshold

enum Threshold
Enumerator
FirstTh 
SecondTh 
ThirdTh 

Definition at line 18 of file TRIGGERidentity.h.

◆ TrigType

enum TrigType
Enumerator
None 
Low 
High 

Definition at line 17 of file TRIGGERidentity.h.

17 { None, Low, High };

Function Documentation

◆ operator<<()

template<class X >
X& operator<< ( X &  stream,
const TRIGGERidentity data 
)

Definition at line 55 of file TRIGGERidentity.h.

55  {
57 
58  data.Print(display, false);
59  stream << display.str();
60  return stream;
61 }
ThirdTh
@ ThirdTh
Definition: TRIGGERidentity.h:18
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
None
@ None
Definition: TRIGGERidentity.h:17
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
SecondTh
@ SecondTh
Definition: TRIGGERidentity.h:18
osstream
std::ostringstream osstream
Definition: TRIGGERidentity.h:12
pyroot.display
display
Definition: pyroot.py:44
Low
@ Low
Definition: TRIGGERidentity.h:17
High
@ High
Definition: TRIGGERidentity.h:17
FirstTh
@ FirstTh
Definition: TRIGGERidentity.h:18