ATLAS Offline Software
Loading...
Searching...
No Matches
IeEmTOB.h File Reference
#include "ICommonTOB.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <ostream>
Include dependency graph for IeEmTOB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GlobalSim::IOBitwise::IeEmTOB
 Class to hold eFexROI TOB bits. More...

Namespaces

namespace  GlobalSim
 AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench correspond to those produced by eEmMultAlgTool.
namespace  GlobalSim::IOBitwise

Functions

std::ostream & operator<< (std::ostream &, const GlobalSim::IOBitwise::IeEmTOB &)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const GlobalSim::IOBitwise::IeEmTOB & tob )

Definition at line 22 of file IeEmTOB.cxx.

22 {
23 os << tob.to_string();
24 return os;
25}
virtual std::string to_string() const =0
print out contents to string
Definition IeEmTOB.cxx:10