CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/Geometry/CSCGeometry/src/CSCStripTopology.cc File Reference

#include "Geometry/CSCGeometry/interface/CSCStripTopology.h"
#include <FWCore/MessageLogger/interface/MessageLogger.h>
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CSCStripTopology &st)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CSCStripTopology st 
)

Definition at line 41 of file CSCStripTopology.cc.

References CSCStripTopology::put().

{
  st.put( os ) << " isa " << static_cast<const OffsetRadialStripTopology&>( st );
  return os;
}