ROOTANA
Data Structures | Functions | Variables
test_midasServer.cxx File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <iostream>
#include <assert.h>
#include <signal.h>
#include <TSystem.h>
#include <TROOT.h>
#include <TApplication.h>
#include <TTimer.h>
#include <TFile.h>
#include <TDirectory.h>
#include <TFolder.h>
#include <TH1D.h>
Include dependency graph for test_midasServer.cxx:

Go to the source code of this file.

Data Structures

class  MyPeriodic
 

Functions

double GetTimeSec ()
 
int ShowMem (const char *label)
 
void help ()
 
void IncrFunc ()
 
int main (int argc, char *argv[])
 

Variables

TDirectorygOnlineHistDir = NULL
 
TFile * gOutputFile = NULL
 
static bool gEnableShowMem = false
 

Function Documentation

◆ GetTimeSec()

double GetTimeSec ( )

Definition at line 39 of file test_midasServer.cxx.

Here is the caller graph for this function:

◆ help()

void help ( )

Definition at line 109 of file test_midasServer.cxx.

Here is the caller graph for this function:

◆ IncrFunc()

void IncrFunc ( )

Definition at line 125 of file test_midasServer.cxx.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 149 of file test_midasServer.cxx.

Here is the call graph for this function:

◆ ShowMem()

int ShowMem ( const char *  label)

Definition at line 90 of file test_midasServer.cxx.

Variable Documentation

◆ gEnableShowMem

bool gEnableShowMem = false
static

Definition at line 88 of file test_midasServer.cxx.

◆ gOnlineHistDir

TDirectory* gOnlineHistDir = NULL

Definition at line 36 of file test_midasServer.cxx.

◆ gOutputFile

TFile* gOutputFile = NULL

Definition at line 37 of file test_midasServer.cxx.