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

◆ operator<<()

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

Definition at line 43 of file CTPPSPixelDetId.cc.

43  {
44  os << " Arm " << id.arm() << " Station " << id.station() << " RP " << id.rp() << " Plane " << id.plane();
45 
46  return os;
47 }