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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 34 of file ITkPixelOnlineId.cxx.

34 {
35 os<<std::hex<<std::showbase<<id.m_onlineId<<std::dec<<std::noshowbase;
36 return os;
37}