ATLAS Offline Software
Namespaces | Functions
Global/GlobalSimulation/src/IO/Count.cxx File Reference
#include "Count.h"
Include dependency graph for Global/GlobalSimulation/src/IO/Count.cxx:

Go to the source code of this file.

Namespaces

 GlobalSim
 AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If these objects are needed by another algorithm, runtime duplication will occur.
 

Functions

std::ostream & operator<< (std::ostream &os, const GlobalSim::Count &count)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GlobalSim::Count count 
)

Definition at line 31 of file Global/GlobalSimulation/src/IO/Count.cxx.

31  {
32  os << "GlobalSim::Count:\n"
33  << "first bit " << count.firstBit()
34  << " last bit " << count.lastBit()
35  << " nbits " << count.nBits()
36  << " sizeCount " << count.sizeCount()
37  << '\n';
38  return os;
39 }
XMLtoHeader.count
count
Definition: XMLtoHeader.py:85
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231