LDMX Software
Classes | Functions
EcalTriggerID.h File Reference

Class that defines an ECal trigger cell detector ID. More...

#include "DetDescr/EcalAbstractID.h"

Go to the source code of this file.

Classes

class  ldmx::EcalTriggerID
 Extension of DetectorID providing access to ECal trigger cell information. More...
 

Functions

std::ostream & operator<< (std::ostream &, const ldmx::EcalTriggerID &)
 

Detailed Description

Class that defines an ECal trigger cell detector ID.

Author
Jeremiah Mans, University of Minnesota

Definition in file EcalTriggerID.h.

Function Documentation

◆ operator<<()

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

Definition at line 5 of file EcalTriggerID.cxx.

5 {
6 s << "EcalTrig(" << id.layer() << ',' << id.module() << ','
7 << id.triggercell() << ')';
8 return s;
9}