CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const UCTLayer1 &l)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const UCTLayer1 &  l 
)

Definition at line 116 of file UCTLayer1.cc.

116  {
117  os << "UCTLayer1: Summary " << l.uctSummary << std::endl;
118  return os;
119 }