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

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

Include dependency graph for Chip.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 30 of file Chip.cpp.

00030                                                         {
00031   return(x->operator <<(out));
00032 };

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

Definition at line 34 of file Chip.cpp.

00034                                                         {
00035   return(x.operator <<(out));
00036 };


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