CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
CTPPSBeamParameters.cc File Reference
#include "CondFormats/PPSObjects/interface/CTPPSBeamParameters.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, CTPPSBeamParameters info)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
CTPPSBeamParameters  info 
)

Definition at line 151 of file CTPPSBeamParameters.cc.

References CTPPSBeamParameters::printInfo(), and contentValuesCheck::ss.

151  {
152  std::stringstream ss;
153  info.printInfo(ss);
154  os << ss.str();
155  return os;
156 }
void printInfo(std::stringstream &s)