LDMX Software
Classes | Functions
HcalID.h File Reference

Class that defines an HCal sensitive detector. More...

#include "DetDescr/HcalAbstractID.h"

Go to the source code of this file.

Classes

class  ldmx::HcalID
 Implements detector ids for HCal subdetector. More...
 

Functions

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

Detailed Description

Class that defines an HCal sensitive detector.

Author
Jeremy McCormick, SLAC National Accelerator Laboratory

Definition in file HcalID.h.

Function Documentation

◆ operator<<()

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

Definition at line 5 of file HcalID.cxx.

5 {
6 s << "Hcal(" << id.section() << ',' << id.layer() << ',' << id.strip() << ')';
7 return s;
8}