#include <iostream>
#include <cstdlib>
#include <cstdint>
#include "UCTCard.hh"
#include "UCTRegion.hh"
#include "UCTGeometry.hh"
#include "UCTLogging.hh"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const UCTCard &c) |
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const UCTCard & |
c |
|
) |
| |
Definition at line 104 of file UCTCard.cc.
References c.
105 if (
c.cardSummary > 0)
106 os <<
"UCTCard: card = " <<
c.card <<
"; Summary = " <<
c.cardSummary << std::endl;