ATLAS Offline Software
Classes | Functions
SLpatterns.h File Reference
#include <memory>
#include <string>
#include <utility>
#include <list>
#include "TrigT1RPClogic/PADdata.h"
#include "RPC_CondCabling/RpcCablingCondData.h"
#include "TrigT1RPChardware/SectorLogic.h"
Include dependency graph for SLpatterns.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLpatterns
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 56 of file SLpatterns.h.

57 {
58  std::ostringstream display;
59  data.Print(display,false);
60  stream << display.str();
61  return stream;
62 }
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