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

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

Include dependency graph for MeshParams_t.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 29 of file MeshParams_t.cpp.

00029                                                                 {
00030   return(out << "v=" << fixed << x.voltage << ", i=" << fixed << x.current);
00031 }

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

Definition at line 33 of file MeshParams_t.cpp.

00033                                                          {
00034   return(x.operator >> (in));
00035 }


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