ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
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

 GlobalSim
 AlgTool to read in LArStripNeighborhoods, and run the ERatio Algorithm.
 
 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 &  ,
const GlobalSim::IOBitwise::ICommonTOB  
)

Definition at line 27 of file ICommonTOB.cxx.

28  {
29  os << tob.to_string();
30  return os;
31 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231