#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.
|
std::ostream & | operator<< (std::ostream &os, const UCTCrate &cr) |
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const UCTCrate & |
cr |
|
) |
| |
Definition at line 74 of file UCTCrate.cc.
75 if (cr.crateSummary > 0)
76 os <<
"UCTCrate: crate = " << cr.crate <<
"; Summary = " << cr.crateSummary << std::endl;