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

Go to the source code of this file.

Classes

class  CondDataObjZ
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 24 of file CondDataObjZ.h.

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