CMS 3D CMS Logo

Functions
CTPPSDetId.cc File Reference
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 76 of file CTPPSDetId.cc.

76  {
77  os << "subDet=" << id.subdetId() << " arm=" << id.arm() << " station=" << id.station() << " rp=" << id.rp();
78 
79  return os;
80 }