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

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

Definition at line 42 of file FastTimeDetId.cc.

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