CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
AHCalDetId.cc File Reference
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include <ostream>
#include "FWCore/Utilities/interface/Exception.h"

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 45 of file AHCalDetId.cc.

45  {
46  return s << "(AHCal " << id.irow() << ',' << id.icol() << ',' << id.depth() << ')';
47 }