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

Go to the source code of this file.

Classes

class  RPCtrigDataObject
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 37 of file RPCtrigDataObject.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