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