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 52 of file TotemTimingDetId.cc.

Referenced by TotemTimingDetId::channelName().

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