CMS 3D CMS Logo

Namespaces | Functions
CPPFDigi.cc File Reference
#include "DataFormats/L1TMuon/interface/CPPFDigi.h"
#include <iostream>

Go to the source code of this file.

Namespaces

 l1t
 delete x;
 

Functions

std::ostream & operator<< (std::ostream &o, const l1t::CPPFDigi &cppf)
 The ostream operator. More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const l1t::CPPFDigi cppf 
)

The ostream operator.

Definition at line 78 of file CPPFDigi.cc.

References EcalTangentSkim_cfg::o, l1t::CPPFDigi::phi_int(), and l1t::CPPFDigi::theta_int().

78  {
79  o << "Local integer phi: " << cppf.phi_int();
80  o << "Local integer theta: " << cppf.theta_int();
81  return o;
82 }
int theta_int() const
Definition: CPPFDigi.h:54
int phi_int() const
Definition: CPPFDigi.h:53