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

Go to the source code of this file.

Classes

class  CondDataObjY
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 24 of file CondDataObjY.h.

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