CMS 3D CMS Logo

Functions
CaloTemplate.cc File Reference
#include "L1Trigger/L1TGlobal/interface/CaloTemplate.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 158 of file CaloTemplate.cc.

References CaloTemplate::print().

159 {
160  result.print(os);
161  return os;
162 
163 }
virtual void print(std::ostream &myCout) const
print the condition
Definition: CaloTemplate.cc:97