CMS 3D CMS Logo

Functions
TotemSymbId.cc File Reference
#include "CondFormats/PPSObjects/interface/TotemSymbId.h"
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const TotemSymbID &sid)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const TotemSymbID sid 
)

Definition at line 13 of file TotemSymbId.cc.

References alignCSCRings::s, and TotemSymbID::symbolicID.

13  {
14  s << "DetId=" << sid.symbolicID << " (" << CTPPSDetId(sid.symbolicID) << ")";
15 
16  return s;
17 }
unsigned int symbolicID
chip ID, raw integer representation of DetId class
Definition: TotemSymbId.h:20
Base class for CTPPS detector IDs.
Definition: CTPPSDetId.h:32