test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 74 of file UCTCrate.cc.

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