CMS 3D CMS Logo

Functions
FastTimeDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/FastTimeDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const FastTimeDetId &id)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const FastTimeDetId id 
)

Definition at line 43 of file FastTimeDetId.cc.

References alignCSCRings::s.

43  {
44  return s << "(FastTime " << id.type() << ", iz " << ((id.zside() > 0) ? ("+ ") : ("- ")) << " iz/ieta " << id.iz()
45  << ", iphi " << id.iphi() << ")";
46 }