CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
ME0DigiPreReco.h File Reference
#include <boost/cstdint.hpp>
#include <iosfwd>

Go to the source code of this file.

Classes

class  ME0DigiPreReco
 

Functions

std::ostream & operator<< (std::ostream &o, const ME0DigiPreReco &digi)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const ME0DigiPreReco digi 
)

Definition at line 63 of file ME0DigiPreReco.cc.

References ME0DigiPreReco::ex(), ME0DigiPreReco::ey(), ME0DigiPreReco::pdgid(), ME0DigiPreReco::tof(), ME0DigiPreReco::x(), and ME0DigiPreReco::y().

64 {
65 // return o << "local x=" << digi.x() << " cm y=" << digi.y()<<" cm ex=" << digi.ex() << " cm ey=" << digi.ey()<< " cm tof="<<digi.tof()<<" ns";
66  return o << "local x=" << digi.x() << " cm y=" << digi.y()<<" cm ex=" << digi.ex() << " cm ey=" << digi.ey()<< " cm tof="<<digi.tof()<<" ns"<<" pdgID "<<digi.pdgid();
67 }
float y() const
float tof() const
int pdgid() const
float ey() const
float x() const
float ex() const