CMS 3D CMS Logo

Classes | Functions
TotemRPDetId.h File Reference
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  TotemRPDetId
 Detector ID class for TOTEM Si strip detectors. More...
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 61 of file TotemRPDetId.cc.

61  {
62  os << "arm=" << id.arm() << " station=" << id.station() << " rp=" << id.rp() << " plane=" << id.plane()
63  << " chip=" << id.chip();
64 
65  return os;
66 }