CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 69 of file TotemRPDetId.cc.

70 {
71  os << "arm=" << id.arm()
72  << " station=" << id.station()
73  << " rp=" << id.rp()
74  << " plane=" << id.plane()
75  << " chip=" << id.chip();
76 
77  return os;
78 }