#include "root/MTDif.hh"
#include "tools/MicroException.hh"
#include "tools/Log.hh"
#include "geometry/Dif.hh"
#include <iostream>
#include <time.h>
Include dependency graph for MTDif.cpp:
Go to the source code of this file.
Functions | |
ClassImp (MTDif) MTDif |
ClassImp | ( | MTDif | ) |
Definition at line 15 of file MTDif.cpp.
00018 { 00019 id = _id; 00020 configured = false; 00021 low_register = 0; 00022 high_register = 0; 00023 before_register= 0; 00024 after_register = 0; 00025 acqMode = 0; 00026 difFirmware = 0; 00027 difConfig = 0; 00028 asicType = 0; 00029 asu1Id = 0; 00030 asu2Id = 0; 00031 }