ATLAS Offline Software
Classes | Functions
GlobalSim::IOBitwise Namespace Reference

Classes

class  CommonTOB
 Class to hold common (eta/eta/phi) TOB bits. More...
 
class  eEmEg1BDTTOB
 Class to hold eGamma1 BDT decision bits. More...
 
class  eEmEg1eRatioTOB
 Class to hold eGamma1 eRatio result bits. More...
 
class  eEmNbhoodTOB
 Class to hold eFexROI TOB bits. More...
 
class  eEmTOB
 Class to hold eFexROI TOB bits. More...
 
class  ICommonTOB
 Class to hold common (eta/eta/phi) TOB bits. More...
 
class  IeEmEg1BDTTOB
 Class to hold eGamma1 BDT decision bits. More...
 
class  IeEmEg1eRatioTOB
 Class to hold eGamma1 eRatio result bits. More...
 
class  IeEmTOB
 Class to hold eFexROI TOB bits. More...
 

Functions

std::ostream & operator<< (std::ostream &, const ICommonTOB &)
 Output stream operator. More...
 

Function Documentation

◆ operator<<()

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

Output stream operator.

Definition at line 8 of file ICommonTOB.cxx.

9  {
10 
11  os << "Et: " << tob.et_bits()
12  << " Eta: " << tob.eta_bits()
13  << " Phi: " << tob.phi_bits();
14 
15  return os;
16  }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231