CMS 3D CMS Logo

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

42 {
43  st.put( os ) << " isa " << static_cast<const OffsetRadialStripTopology&>( st );
44  return os;
45 }
virtual std::ostream & put(std::ostream &) const =0