CMS 3D CMS Logo

Macros | Functions
PhiMemoryImage.cc File Reference
#include "L1Trigger/L1TMuonEndCap/interface/PhiMemoryImage.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <stdexcept>
#include <iostream>
#include <bitset>

Go to the source code of this file.

Macros

#define UINT64_BITS   64
 

Functions

std::ostream & operator<< (std::ostream &o, const PhiMemoryImage &patt)
 

Macro Definition Documentation

#define UINT64_BITS   64

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const PhiMemoryImage patt 
)

Definition at line 186 of file PhiMemoryImage.cc.

References connectstrParser::o, and PhiMemoryImage::print().

186  {
187  patt.print(o);
188  return o;
189 }
void print(std::ostream &out) const