CMS 3D CMS Logo

Classes | Functions
FastTimeDetId.h File Reference
#include <iosfwd>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/ForwardDetId/interface/ForwardSubdetector.h"

Go to the source code of this file.

Classes

class  FastTimeDetId
 

Functions

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

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
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 }