#include <iostream>
#include <time.h>
#include "root/MTRun.hh"
#include "root/MTDetector.hh"
#include "root/MTChamber.hh"
#include "root/MTBoard.hh"
#include "tools/MicroException.hh"
#include "tools/Log.hh"
#include "event/Run.hh"
#include "geometry/Detector.hh"
#include "geometry/Chamber.hh"
#include "geometry/Board.hh"
#include "geometry/Dif.hh"
#include "geometry/Chip.hh"
#include "geometry/DiracChip.hh"
#include "geometry/Hardroc1Chip.hh"
#include "geometry/Hardroc2Chip.hh"
#include "geometry/MicrorocChip.hh"
Include dependency graph for MTRun.cpp:
Go to the source code of this file.
Functions | |
ClassImp (MTRun) MTRun |
ClassImp | ( | MTRun | ) |
Definition at line 28 of file MTRun.cpp.
00031 { 00032 detector = NULL; 00033 reconstructionDate = time(NULL); 00034 date = "Not defined" ; 00035 calibrationRun = false; 00036 difSynchro = false; 00037 time_t result = 0; 00038 injectedCharge = 0; 00039 widthCtest = 0; 00040 periodCtest = 0; 00041 delayCtest = 0; 00042 rawDataFormat = 0; 00043 daqSoftVersion = 0; 00044 cccFirmwareVersion = 0; 00045 sdccFirmwareVersion = 0; 00046 difFirmwareVersion = 0; 00047 rawDataFilename = ""; 00048 svnrev = ""; 00049 processed = false; 00050 00051 00052 }