CMS 3D CMS Logo

Functions
UCTCrate.cc File Reference
#include <iostream>
#include <cstdlib>
#include <cstdint>
#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

◆ operator<<()

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 }