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

Go to the source code of this file.

Classes

class  GlobalSim::IOBitwise::ICommonTOB
 Class to hold common (eta/eta/phi) 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

Typedefs

using GlobalSim::IOBitwise::ICommonTOBContainer = std::vector<std::shared_ptr<ICommonTOB>>

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 27 of file ICommonTOB.cxx.

28 {
29 os << tob.to_string();
30 return os;
31}
virtual std::string to_string() const =0
print out contents to string