CMS 3D CMS Logo

CaloHitID.h File Reference

#include <boost/cstdint.hpp>
#include <iostream>

Go to the source code of this file.

Classes

class  CaloHitID

Functions

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


Function Documentation

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

Definition at line 84 of file CaloHitID.cc.

00084                                                             {
00085   os << "UnitID 0x" << std::hex << id.unitID() << std::dec << " Depth "
00086      << std::setw(6) << id.depth() << " Time " << std::setw(6) 
00087      << id.timeSlice() << " TrackID " << std::setw(8) << id.trackID();
00088   return os;
00089 }


Generated on Tue Jun 9 17:55:46 2009 for CMSSW by  doxygen 1.5.4