ATLAS Offline Software
Classes | Namespaces | Functions
Global/GlobalSimulation/src/IO/Count.h File Reference
#include "GaudiKernel/StatusCode.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <ostream>
#include <vector>
#include <bitset>
Include dependency graph for Global/GlobalSimulation/src/IO/Count.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GlobalSim::Count
 

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 &, const GlobalSim::Count &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const GlobalSim::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