#include <stdio.h>
#include <sys/time.h>
#include <iostream>
#include <assert.h>
#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include "TMidasOnline.h"
#include "TMidasEvent.h"
#include "midasio.h"
#include <TSystem.h>
#include <TROOT.h>
#include <TApplication.h>
#include <TTimer.h>
#include <TFile.h>
#include <TDirectory.h>
#include <TGClient.h>
#include <TGFrame.h>
#include <TFolder.h>
#include "Globals.h"
#include <TH1D.h>
#include <TGMenu.h>
Go to the source code of this file.
|
double | GetTimeSec () |
|
void | startRun (int transition, int run, int time) |
|
void | endRun (int transition, int run, int time) |
|
void | HandleSample (int ichan, void *ptr, int wsize) |
|
void | HandleMidasEvent (TMidasEvent &event) |
|
void | eventHandler (const void *pheader, const void *pdata, int size) |
|
int | ProcessMidasFile (const char *fname) |
|
void | MidasPollHandler () |
|
int | ProcessMidasOnline (TApplication *app, const char *hostname, const char *exptname) |
|
int | ShowMem (const char *label) |
|
void | help () |
|
int | main (int argc, char *argv[]) |
|
◆ M_FILE_EXIT
◆ endRun()
void endRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
◆ eventHandler()
void eventHandler |
( |
const void * |
pheader, |
|
|
const void * |
pdata, |
|
|
int |
size |
|
) |
| |
◆ GetTimeSec()
◆ HandleMidasEvent()
◆ HandleSample()
void HandleSample |
( |
int |
ichan, |
|
|
void * |
ptr, |
|
|
int |
wsize |
|
) |
| |
◆ help()
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ MidasPollHandler()
void MidasPollHandler |
( |
| ) |
|
◆ ProcessMidasFile()
int ProcessMidasFile |
( |
const char * |
fname | ) |
|
◆ ProcessMidasOnline()
int ProcessMidasOnline |
( |
TApplication * |
app, |
|
|
const char * |
hostname, |
|
|
const char * |
exptname |
|
) |
| |
◆ ShowMem()
int ShowMem |
( |
const char * |
label | ) |
|
◆ startRun()
void startRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
◆ gEnableShowMem
bool gEnableShowMem = false |
|
static |
◆ gEventCutoff
◆ gIsOffline
◆ gIsPedestalsRun
bool gIsPedestalsRun = false |
◆ gIsRunning
◆ gOdb
◆ gOnlineHistDir
◆ gOutputFile
TFile* gOutputFile = NULL |
◆ gRunNumber