CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Functions
CPPFDigi.h File Reference
#include "DataFormats/MuonDetId/interface/RPCDetId.h"
#include <vector>

Go to the source code of this file.

Classes

class  l1t::CPPFDigi
 

Namespaces

 l1t
 delete x;
 

Typedefs

typedef std::vector< CPPFDigi > l1t::CPPFDigiCollection
 

Functions

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

Function Documentation

◆ operator<<()

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