CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 77 of file TotemT2DetId.cc.

77  {
78  return os << "arm=" << id.arm() << " plane=" << id.plane() << " channel=" << id.channel();
79 }