ATLAS Offline Software
Loading...
Searching...
No Matches
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 15 of file TRIGGERidentity.h.

◆ NTYPE

#define NTYPE   3

Definition at line 14 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.

@ SecondTh
@ FirstTh
@ ThirdTh

◆ TrigType

enum TrigType
Enumerator
None 
Low 
High 

Definition at line 17 of file TRIGGERidentity.h.

17{ None, Low, High };
@ High
@ Low
@ None

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}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
std::ostringstream osstream
display
Definition pyroot.py:42