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

Go to the source code of this file.

Classes

class  GlobalSim::IOBitwise::IeEmEg1BDTTOB
 Class to hold eGamma1 BDT decision bits. More...
 

Namespaces

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

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 20 of file IeEmEg1BDTTOB.cxx.

20  {
21  os << tob.to_string();
22  return os;
23 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231