CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 42 of file TotemTimingDetId.cc.

Referenced by TotemTimingDetId::channelName().

42  {
43  return os << "arm=" << id.arm() << " station=" << id.station() << " rp=" << id.rp() << " plane=" << id.plane()
44  << " Detector=" << id.channel();
45 }