#include <iostream>
#include <iomanip>
#include <stdlib.h>
#include <stdint.h>
#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.
|
std::ostream & | operator<< (std::ostream &os, const UCTLayer1 &l) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const UCTLayer1 & |
l |
|
) |
| |
Definition at line 116 of file UCTLayer1.cc.
117 os <<
"UCTLayer1: Summary " <<
l.uctSummary << std::endl;