LDMX Software
Classes | Functions
HcalTriggerID.h File Reference

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

#include "DetDescr/HcalAbstractID.h"

Go to the source code of this file.

Classes

class  ldmx::HcalTriggerID
 Extension of DetectorID providing access to HCal trigger cell. More...
 

Functions

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

Detailed Description

Class that defines an HCal trigger cell detector ID.

Author
Christian Herwig, Fermi National Accelerator Laboratory

Definition in file HcalTriggerID.h.

Function Documentation

◆ operator<<()

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

Definition at line 5 of file HcalTriggerID.cxx.

5 {
6 s << "HcalTrig(" << id.section() << ',' << id.layer() << ','
7 << id.superstrip() << ',' << id.end() << ')';
8 return s;
9}