CMS 3D CMS Logo

Functions
AHCalDetId.cc File Reference
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 62 of file AHCalDetId.cc.

62  {
63  return s << "(AHCal " << id.irow() << ',' << id.icol() << ',' << id.depth() << ')';
64 }