#include "root/MTChamber.hh"#include "root/MTBoard.hh"#include "tools/MicroException.hh"#include "geometry/Chamber.hh"#include "geometry/Dif.hh"#include "geometry/Board.hh"#include "mTypes.h"#include <iostream>Include dependency graph for MTChamber.cpp:

Go to the source code of this file.
Functions | |
| ClassImp (MTChamber) MTChamber | |
| ClassImp | ( | MTChamber | ) |
Definition at line 14 of file MTChamber.cpp.
00019 { 00020 id = 0; 00021 type = ""; 00022 xPos = 0.; 00023 yPos = 0.; 00024 zPos = 0.; 00025 xRotation = 0.; 00026 yRotation = 0.; 00027 zRotation = 0; 00028 xLength = 0.; 00029 yLength = 0.; 00030 00031 }
1.4.7