ROOTANA
Functions | Variables
test_mvodb.cxx File Reference
#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 "midasio.h"
#include "TMidasEvent.h"
#include "mvodb.h"
Include dependency graph for test_mvodb.cxx:

Go to the source code of this file.

Functions

std::string toString (int i)
 
void print_ia (const std::vector< int > &ia)
 
void print_da (const std::vector< double > &da)
 
void report_fail (const char *text)
 
int main (int argc, char *argv[])
 

Variables

static int gCountFail = 0
 

Function Documentation

◆ main()

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

Definition at line 63 of file test_mvodb.cxx.

Here is the call graph for this function:

◆ print_da()

void print_da ( const std::vector< double > &  da)

Definition at line 41 of file test_mvodb.cxx.

Here is the caller graph for this function:

◆ print_ia()

void print_ia ( const std::vector< int > &  ia)

Definition at line 29 of file test_mvodb.cxx.

Here is the caller graph for this function:

◆ report_fail()

void report_fail ( const char *  text)

Definition at line 55 of file test_mvodb.cxx.

Here is the caller graph for this function:

◆ toString()

std::string toString ( int  i)

Definition at line 22 of file test_mvodb.cxx.

Here is the caller graph for this function:

Variable Documentation

◆ gCountFail

int gCountFail = 0
static

Definition at line 53 of file test_mvodb.cxx.