CMS 3D CMS Logo

Functions
L1GtExternalTemplate.cc File Reference
#include "CondFormats/L1TObjects/interface/L1GtExternalTemplate.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 L1GtExternalTemplate &result)
 

Function Documentation

◆ operator<<()

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

Definition at line 96 of file L1GtExternalTemplate.cc.

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

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