CMS 3D CMS Logo

Functions
CTPPSBeamParameters.cc File Reference
#include "CondFormats/CTPPSReadoutObjects/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 139 of file CTPPSBeamParameters.cc.

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

139  {
140  std::stringstream ss;
141  info.printInfo(ss);
142  os << ss.str();
143  return os;
144 }
void printInfo(std::stringstream &s)