#include "CondFormats/L1TObjects/interface/L1GtHfBitCountsTemplate.h"
#include <iostream>
#include <iomanip>
#include "CondFormats/L1TObjects/interface/L1GtFwd.h"
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GtHfBitCountsTemplate &result) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const L1GtHfBitCountsTemplate & | result | |||
) |
Definition at line 126 of file L1GtHfBitCountsTemplate.cc.
References L1GtHfBitCountsTemplate::print().
00127 { 00128 result.print(os); 00129 return os; 00130 00131 }