#include "CondFormats/L1TObjects/interface/L1GtPsbConfig.h"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GtPsbConfig &result) |
std::ostream& operator<< | ( | std::ostream & | os, |
const L1GtPsbConfig & | result | ||
) |
Definition at line 214 of file L1GtPsbConfig.cc.
References L1GtPsbConfig::print().
{ result.print(os); return os; }