FACT++
1.0
|
#include <sstream>
#include <boost/thread.hpp>
#include <boost/filesystem.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include "DimWriteStatistics.h"
#include "DataCalib.h"
#include "DataWriteRaw.h"
#include "DataWriteFits2.h"
#include "EventBuilder.h"
Go to the source code of this file.
Classes | |
class | EventBuilderWrapper |
struct | EventBuilderWrapper::EventData |
Macros | |
#define | DataWriteFits DataWriteFits2 |
Functions | |
void | StartEvtBuild () |
void | CloseRunFile () |
bool | runOpen (const EVT_CTRL2 &evt) |
bool | runWrite (const EVT_CTRL2 &evt) |
void | runClose (const EVT_CTRL2 &evt) |
bool | eventCheck (const EVT_CTRL2 &evt) |
void | gotNewRun (RUN_CTRL2 &run) |
void | runFinished () |
void | applyCalib (const EVT_CTRL2 &evt, const size_t &size) |
void | factOut (int severity, const char *message) |
void | factStat (const GUI_STAT &stat) |
void | factReportIncomplete (uint64_t rep) |
void | debugHead (void *buf) |
Variables | |
uint32_t | runNum |
uint32_t | evNum |
float | data [4 *1440] |