CMS 3D CMS Logo

Functions
UCTCrate.cc File Reference
#include <iostream>
#include <stdlib.h>
#include <stdint.h>
#include "UCTCrate.hh"
#include "UCTCard.hh"
#include "UCTGeometry.hh"
#include "UCTLogging.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const UCTCrate &cr)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const UCTCrate &  cr 
)

Definition at line 75 of file UCTCrate.cc.

75  {
76  if(cr.crateSummary > 0)
77  os << "UCTCrate: crate = " << cr.crate << "; Summary = " << cr.crateSummary << std::endl;
78  return os;
79 }