CMS 3D CMS Logo

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

Function Documentation

◆ operator<<()

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

Definition at line 112 of file L1GtCaloTemplate.cc.

References mps_fire::result.

112  {
113  result.print(os);
114  return os;
115 }