/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/geometry/Dif.cpp File Reference

#include "geometry/Chamber.hh"
#include "geometry/Dif.hh"
#include "geometry/Board.hh"
#include "geometry/Chip.hh"
#include "tools/MicroException.hh"
#include "tools/Log.hh"

Include dependency graph for Dif.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 13 of file Dif.cpp.

00013                                                        {
00014   return(x->operator <<(out));
00015 };

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

Definition at line 17 of file Dif.cpp.

00017                                                        {
00018   return(x.operator <<(out));
00019 };


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