CMS 3D CMS Logo

Classes | Functions
PXBDetId.h File Reference
#include <ostream>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"

Go to the source code of this file.

Classes

class  PXBDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 8 of file PXBDetId.cc.

8  {
9  return os << "(PixelBarrel " << id.layer() << ',' << id.ladder() << ',' << id.module() << ')';
10 }