CMS 3D CMS Logo

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const L1GtHfBitCountsTemplate result 
)

Definition at line 96 of file L1GtHfBitCountsTemplate.cc.

References l1tGTMenu_BTagSeeds_cff::os, and mps_fire::result.

96  {
97  result.print(os);
98  return os;
99 }