CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 52 of file CTPPSDiamondDetId.cc.

52  {
53  os << "arm=" << id.arm() << " station=" << id.station() << " rp=" << id.rp() << " plane=" << id.plane()
54  << " Detector=" << id.channel();
55 
56  return os;
57 }