CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
HFShowerPhoton.cc File Reference
#include "SimDataFormats/CaloHit/interface/HFShowerPhoton.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const HFShowerPhoton &it)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const HFShowerPhoton it 
)

Definition at line 25 of file HFShowerPhoton.cc.

References HFShowerPhoton::lambda(), HFShowerPhoton::t(), HFShowerPhoton::x(), HFShowerPhoton::y(), and HFShowerPhoton::z().

25  {
26  os << "X " << std::setw(6) << it.x() << " Y " << std::setw(6)
27  << it.y() << " Z " << std::setw(6) << it.z() << " t " << std::setw(6)
28  << it.t() << " lambda " << it.lambda();
29  return os;
30 }
float t() const
float z() const
float lambda() const
float x() const
float y() const