ROOTANA
Functions
mvodb.cxx File Reference
#include <stdio.h>
#include "mvodb.h"
Include dependency graph for mvodb.cxx:

Go to the source code of this file.

Functions

static std::string toString (int value)
 
void SetOk (MVOdbError *error)
 
void SetMidasStatus (MVOdbError *error, bool print, const std::string &path, const char *midas_func_name, int status)
 
void SetError (MVOdbError *error, bool print, const std::string &path, const std::string &message)
 
MVOdbMakeFileDumpOdb (const char *buf, int bufsize, MVOdbError *error)
 Access ODB from a midas file dump. FOrmat could be .xml, .json or .odb. More...
 

Function Documentation

◆ MakeFileDumpOdb()

MVOdb* MakeFileDumpOdb ( const char *  buf,
int  bufsize,
MVOdbError error 
)

Access ODB from a midas file dump. FOrmat could be .xml, .json or .odb.

Definition at line 91 of file mvodb.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetError()

void SetError ( MVOdbError error,
bool  print,
const std::string &  path,
const std::string &  message 
)

Definition at line 70 of file mvodb.cxx.

Here is the caller graph for this function:

◆ SetMidasStatus()

void SetMidasStatus ( MVOdbError error,
bool  print,
const std::string &  path,
const char *  midas_func_name,
int  status 
)

Definition at line 41 of file mvodb.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetOk()

void SetOk ( MVOdbError error)

Definition at line 31 of file mvodb.cxx.

◆ toString()

static std::string toString ( int  value)
static

Definition at line 19 of file mvodb.cxx.

Here is the caller graph for this function: