ATLAS Offline Software
Classes | Functions
PATTERNidentity.h File Reference
#include "RPC_CondCabling/CMAparameters.h"
#include <sstream>
Include dependency graph for PATTERNidentity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PATTERNidentity
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 37 of file PATTERNidentity.h.

38 {
39  std::ostringstream display;
40  data.Print(display,false);
41  stream << display.str();
42  return stream;
43 }
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