CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  CTPPSDetId
 Base class for CTPPS detector IDs. More...
 
struct  std::hash< CTPPSDetId >
 

Namespaces

 std
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 69 of file CTPPSDetId.cc.

70  {
71  os << "subDet=" << id.subdetId() << " arm=" << id.arm() << " station=" << id.station() << " rp=" << id.rp();
72 
73  return os;