ATLAS Offline Software
Classes | Functions
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  }
python.trigbs_prescaleL1.ost
ost
Definition: trigbs_prescaleL1.py:104
HiveDataObj::val
void val(int i)
Definition: HiveDataObj.h:22