CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
L1GtTechnicalTrigger.cc File Reference
#include "DataFormats/L1GlobalTrigger/interface/L1GtTechnicalTrigger.h"
#include <iomanip>
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &streamRec, const L1GtTechnicalTrigger &result)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  streamRec,
const L1GtTechnicalTrigger result 
)

Definition at line 169 of file L1GtTechnicalTrigger.cc.

References L1GtTechnicalTrigger::print().

171 {
172  result.print(streamRec);
173  return streamRec;
174 
175 }
void print(std::ostream &myCout) const
pretty print the content of a L1GtTechnicalTrigger