ATLAS Offline Software
Loading...
Searching...
No Matches
IeEmTOB.cxx File Reference
#include "IeEmTOB.h"
#include <sstream>
Include dependency graph for IeEmTOB.cxx:

Go to the source code of this file.

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 &os, const GlobalSim::IOBitwise::IeEmTOB &tob)

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