ATLAS Offline Software
Namespaces | Functions
Global/GlobalSimulation/src/IO/Decision.cxx File Reference
#include "Decision.h"
#include <ostream>
#include <sstream>
#include <stdexcept>
Include dependency graph for Global/GlobalSimulation/src/IO/Decision.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 & GlobalSim::operator<< (std::ostream &os, const Decision &dec)
 
std::ostream & operator<< (std::ostream &os, const GlobalSim::Decision &d)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GlobalSim::Decision d 
)

Definition at line 54 of file Global/GlobalSimulation/src/IO/Decision.cxx.

54  {
55  os << "Decision:\n"
56  << " decision : " << d.decision()
57  << " first bit : " << d.firstBit()
58  << " last bit : " << d.lastBit()
59  << " n bits : " << d.nBits()
60  << std::boolalpha
61  << " overflow : " << d.overflow()
62  << " ambiguity : " << d.ambiguity()
63  <<'\n'<< std::noboolalpha; //restore stream state
64  return os;
65 }
hist_file_dump.d
d
Definition: hist_file_dump.py:137
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231