/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/slowControl/PMParams_t.cpp File Reference

#include "slowControl/PMParams_t.hh"
#include <iostream>
#include <fstream>
#include <iomanip>

Include dependency graph for PMParams_t.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const PMParams_t &x)
std::istream & operator>> (std::istream &in, PMParams_t &x)


Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const PMParams_t x 
)

Definition at line 23 of file PMParams_t.cpp.

00023                                                               {
00024   return(out << "v1=" << fixed << x.v1 << ", v2=" << fixed << x.v2);
00025 }

std::istream& operator>> ( std::istream &  in,
PMParams_t x 
)

Definition at line 27 of file PMParams_t.cpp.

00027                                                        {
00028   return(x.operator >> (in));
00029 }


Generated on Mon Jan 7 13:17:51 2013 for MicromegasFramework by  doxygen 1.4.7