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

#include "geometry/Channel.hh"
#include "geometry/Chip.hh"
#include "geometry/Board.hh"
#include "geometry/Dif.hh"
#include "geometry/Chamber.hh"
#include "event/ChannelHit.hh"
#include <iostream>
#include "tools/Log.hh"

Include dependency graph for Channel.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 16 of file Channel.cpp.

00016                                                            {
00017   out << "        " << x.description << " id " << x.hardId
00018       << ", position [x/y/z] @[" << x.getX() << ", " << x.getY() << ", " << x.getZ() << "], "
00019       << "[col/row]=>["<< x.column << "/" << x.row << "]";
00020   return(out);
00021 } // operator <<


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