ATLAS Offline Software
Classes | Functions
SLdata.h File Reference
#include <list>
#include "MuonCablingTools/BaseObject.h"
#include "TrigT1RPClogic/SLpatterns.h"
#include "TrigT1RPClogic/PADdata.h"
Include dependency graph for SLdata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLdata
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 47 of file SLdata.h.

48 {
49  std::ostringstream display;
50  data.Print(display,false);
51  stream << display.str();
52  return stream;
53 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
pyroot.display
display
Definition: pyroot.py:44