ATLAS Offline Software
Loading...
Searching...
No Matches
RPCrawData.h File Reference
#include <iostream>
#include <list>
#include "TrigT1RPClogic/RPCdata.h"
#include "TrigT1RPClogic/RPCrawDigit.h"
Include dependency graph for RPCrawData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RPCrawData

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 55 of file RPCrawData.h.

56{
57 std::ostringstream display;
58 data.PrintElement(display,data.name(),false);
59 stream << display.str();
60 return stream;
61}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42