CMS 3D CMS Logo

Classes | Typedefs | Functions
HFShowerPhoton.h File Reference
#include "DataFormats/Math/interface/Point3D.h"
#include <iostream>
#include <cmath>
#include <vector>

Go to the source code of this file.

Classes

class  HFShowerPhoton
 

Typedefs

typedef std::vector< HFShowerPhotonHFShowerPhotonCollection
 

Functions

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

Typedef Documentation

◆ HFShowerPhotonCollection

Definition at line 36 of file HFShowerPhoton.h.

Function Documentation

◆ operator<<()

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

Definition at line 22 of file HFShowerPhoton.cc.

22  {
23  os << "X " << std::setw(6) << it.x() << " Y " << std::setw(6) << it.y() << " Z " << std::setw(6) << it.z() << " t "
24  << std::setw(6) << it.t() << " lambda " << it.lambda();
25  return os;
26 }

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