LDMX Software
Classes | Functions
EcalElectronicsID.h File Reference

Class that identifies a location in the Ecal readout chain. More...

#include "DetDescr/DetectorID.h"
#include "DetDescr/PackedIndex.h"

Go to the source code of this file.

Classes

class  ldmx::EcalElectronicsID
 Identifies a location in the Ecal readout chain. More...
 

Functions

std::ostream & operator<< (std::ostream &s, const ldmx::EcalElectronicsID &id)
 

Detailed Description

Class that identifies a location in the Ecal readout chain.

Author
Jeremiah Mans, University of Minnesota

Definition in file EcalElectronicsID.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  s,
const ldmx::EcalElectronicsID id 
)

Definition at line 5 of file EcalElectronicsID.cxx.

5 {
6 s << "EcalElectronics(" << id.fiber() << ',' << id.elink() << ','
7 << id.channel() << ')';
8 return s;
9}