ATLAS Offline Software
Functions
SiChargedDiode.cxx File Reference
#include "SiDigitization/SiChargedDiode.h"
Include dependency graph for SiChargedDiode.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const SiChargedDiode &chargedDiode)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const SiChargedDiode chargedDiode 
)

Definition at line 37 of file SiChargedDiode.cxx.

38 {
39  out << "Diode=" << chargedDiode.diode()
40  << " " << chargedDiode.totalCharge();
41  return out;
42 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
SiChargedDiode::diode
const InDetDD::SiCellId & diode() const
Definition: SiChargedDiode.h:97
SiChargedDiode::totalCharge
const SiTotalCharge & totalCharge() const
Definition: SiChargedDiode.h:107