CMS 3D CMS Logo

Classes | Namespaces | Functions
TotemT2DetId.h File Reference
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"
#include <iosfwd>
#include <string>

Go to the source code of this file.

Classes

struct  std::hash< TotemT2DetId >
 
class  TotemT2DetId
 Detector ID class for Totem T2 detectors. Bits [19:31] : Base CTPPSDetId class attributes Bits [16:18] : 3 bits for T2 plane [0-7] Bits [14:15] : 2 bits for T2 tile numbers [0-3] Bits [0:13] : unspecified yet. More...
 

Namespaces

 std
 

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 }