CMS 3D CMS Logo

Functions
UCTCard.cc File Reference
#include <iostream>
#include <cstdlib>
#include <cstdint>
#include "UCTCard.hh"
#include "UCTRegion.hh"
#include "UCTGeometry.hh"
#include "UCTLogging.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const UCTCard &c)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const UCTCard &  c 
)

Definition at line 99 of file UCTCard.cc.

99  {
100  if(c.cardSummary > 0)
101  os << "UCTCard: card = " << c.card << "; Summary = " << c.cardSummary << std::endl;
102  return os;
103 }