ATLAS Offline Software
Loading...
Searching...
No Matches
HGTDOnlineID.cxx File Reference
#include "HGTDMapping/HGTDOnlineID.h"
#include <iostream>
Include dependency graph for HGTDOnlineID.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const HGTDOnlineID &id)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const HGTDOnlineID & id )

Definition at line 29 of file HGTDOnlineID.cxx.

29 {
30 os<<std::hex<<std::showbase<<id.m_onlineId<<std::dec<<std::noshowbase;
31 return os;
32}