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

◆ operator<<()

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

Definition at line 39 of file CSCStripTopology.cc.

References CSCStripTopology::put().

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