CMS 3D CMS Logo

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().

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


Generated on Tue Jun 9 17:53:36 2009 for CMSSW by  doxygen 1.5.4