CMS 3D CMS Logo

Functions
HodoscopeDetId.cc File Reference
#include "SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 29 of file HodoscopeDetId.cc.

References alignCSCRings::s.

29  {
30  return s << "(Plane " << id.planeId() << ", fiber " << id.fibrId() << ')';
31 }