ATLAS Offline Software
Loading...
Searching...
No Matches
HiveDataObj.h File Reference
#include <iostream>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for HiveDataObj.h:

Go to the source code of this file.

Classes

class  BaseClass
class  HiveDataObj

Functions

std::ostream & operator<< (std::ostream &ost, const HiveDataObj &rhs)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & ost,
const HiveDataObj & rhs )
inline

Definition at line 32 of file HiveDataObj.h.

32 {
33 ost << "HDO: " << rhs.val();
34 return ost;
35 }
void val(int i)
Definition HiveDataObj.h:22