ATLAS Offline Software
Classes | Functions
SiChargedDiode.h File Reference
#include "InDetSimEvent/SiTotalCharge.h"
#include "ReadoutGeometryBase/SiCellId.h"
#include "ReadoutGeometryBase/SiReadoutCellId.h"
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 }
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