CMS 3D CMS Logo

Classes | Functions
CTPPSPixelDetId.h File Reference
#include <DataFormats/CTPPSDetId/interface/CTPPSDetId.h>
#include <FWCore/Utilities/interface/Exception.h>
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

class  CTPPSPixelDetId
 

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 }