CMS 3D CMS Logo

Functions
UCTCard.cc File Reference
#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.

Functions

std::ostream & operator<< (std::ostream &os, const UCTCard &c)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const UCTCard &  c 
)

Definition at line 104 of file UCTCard.cc.

References DummyCfis::c, and l1tGTMenu_BTagSeeds_cff::os.

104  {
105  if (c.cardSummary > 0)
106  os << "UCTCard: card = " << c.card << "; Summary = " << c.cardSummary << std::endl;
107  return os;
108 }