ATLAS Offline Software
Classes | Functions
CondDataObj.h File Reference
#include <iostream>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for CondDataObj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CondDataObj
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 24 of file CondDataObj.h.

24  {
25  ost << rhs.val();
26  return ost;
27 }
python.trigbs_prescaleL1.ost
ost
Definition: trigbs_prescaleL1.py:104
CondDataObj::val
void val(int i)
Definition: CondDataObj.h:16