ATLAS Offline Software
Loading...
Searching...
No Matches
SiChargedDiode.h File Reference
Include dependency graph for SiChargedDiode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SiChargedDiode

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