CMS 3D CMS Logo

Classes | Functions
PXFDetId.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  PXFDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 8 of file PXFDetId.cc.

8  {
9  return os << "(PixelEndcap " << id.disk() << ',' << id.blade() << ',' << id.panel() << ',' << id.module() << ')';
10 }