#include "root/MTDiracChip.hh"#include "root/MTChip.hh"#include "geometry/Chip.hh"#include "geometry/DiracChip.hh"#include "tools/MicroException.hh"#include "tools/Log.hh"#include <iostream>Include dependency graph for MTDiracChip.cpp:

Go to the source code of this file.
Functions | |
| ClassImp (MTDiracChip) MTDiracChip | |
| ClassImp | ( | MTDiracChip | ) |
Definition at line 14 of file MTDiracChip.cpp.
00018 { 00019 ////FILE_LOG(logDEBUG) << "MTHDiracChip::MTDiracChip((UInt_t _id)" << endl; 00020 bLoThreshold = bMidThreshold = bHiThreshold = 0; 00021 aLoThreshold = aMidThreshold = aHiThreshold = 0; 00022 }
1.4.7