#include "root/MTChip.hh"
#include "tools/MicroException.hh"
#include <iostream>
#include <time.h>
#include "geometry/Chip.hh"
#include "geometry/Board.hh"
#include "geometry/Dif.hh"
#include "geometry/Chamber.hh"
#include "geometry/Channel.hh"
#include "geometry/MicrorocChannel.hh"
#include "tools/Log.hh"
#include "tools/Toolbox.hh"
Include dependency graph for MTChip.cpp:
Go to the source code of this file.
Functions | |
ClassImp (MTChip) MTChip |
ClassImp | ( | MTChip | ) |
Definition at line 20 of file MTChip.cpp.
00023 { 00024 //FILE_LOG(logINFO) << "MTChip::MTChip(UInt_t _id)" << endl; 00025 serialNum = 0; 00026 id = _id; 00027 gain = 0; 00028 configured = false; 00029 bypassed = false; 00030 }