ATLAS Offline Software
Loading...
Searching...
No Matches
PADpatterns.h File Reference
#include <memory>
#include <string>
#include <utility>
#include <list>
#include "TrigT1RPClogic/CMAdata.h"
#include "TrigT1RPChardware/Pad.h"
#include "RPC_CondCabling/RpcCablingCondData.h"
Include dependency graph for PADpatterns.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PADpatterns

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 60 of file PADpatterns.h.

61{
62 std::ostringstream display;
63 data.Print(display,false);
64 stream << display.str();
65 return stream;
66}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42