ATLAS Offline Software
Loading...
Searching...
No Matches
SiChargedDiode.cxx File Reference
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}
const InDetDD::SiCellId & diode() const
const SiTotalCharge & totalCharge() const