CMS 3D CMS Logo

Classes | Functions
CaloHitID.h File Reference
#include <cstdint>
#include <iostream>

Go to the source code of this file.

Classes

class  CaloHitID
 

Functions

std::ostream & operator<< (std::ostream &, const CaloHitID &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const CaloHitID  
)

Definition at line 93 of file CaloHitID.cc.

93  {
94  os << "UnitID 0x" << std::hex << id.unitID() << std::dec << " Depth " << std::setw(6) << id.depth() << " Time "
95  << std::setw(6) << id.timeSlice() << " TrackID " << std::setw(8) << id.trackID();
96  if (id.hasFineTrackID())
97  os << " fineTrackID " << id.fineTrackID();
98  return os;
99 }

References TauDecayModes::dec.

TauDecayModes.dec
dec
Definition: TauDecayModes.py:143