Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 selection of eFex RoIs read in from the event store.
 

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:143
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231