CMS 3D CMS Logo

Functions
CTPPSPixelDetId.cc File Reference
#include <DataFormats/CTPPSDetId/interface/CTPPSPixelDetId.h>
#include <FWCore/Utilities/interface/Exception.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CTPPSPixelDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CTPPSPixelDetId id 
)

Definition at line 56 of file CTPPSPixelDetId.cc.

Referenced by CTPPSPixelDetId::setPlane().

56  {
57  os << " Arm "<<id.arm()
58  << " Station " << id.station()
59  << " RP "<<id.rp()
60  << " Plane "<<id.plane();
61 
62  return os;
63 }