CMS 3D CMS Logo

Functions
CaloHitID.cc File Reference
#include "SimG4CMS/Calo/interface/CaloHitID.h"
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 87 of file CaloHitID.cc.

87  {
88  os << "UnitID 0x" << std::hex << id.unitID() << std::dec << " Depth " << std::setw(6) << id.depth() << " Time "
89  << std::setw(6) << id.timeSlice() << " TrackID " << std::setw(8) << id.trackID();
90  return os;
91 }

References TauDecayModes::dec.

TauDecayModes.dec
dec
Definition: TauDecayModes.py:143