GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include <string>
#include "TClassRef.h"
#include "TMidasFile.h"
#include "TGRSIDataParser.h"
#include "GRSIDataVersion.h"
#include "TChannel.h"
#include "TGRSIMnemonic.h"
Go to the source code of this file.
Functions | |
TMidasFile * | CreateFile (std::string &fileName) |
TGRSIDataParser * | CreateParser () |
void | DestroyFile (TMidasFile *obj) |
void | DestroyParser (TGRSIDataParser *obj) |
void | InitLibrary () |
std::string | LibraryVersion () |
TMidasFile * CreateFile | ( | std::string & | fileName | ) |
Definition at line 11 of file GRSIDataLibrary.cxx.
TGRSIDataParser * CreateParser | ( | ) |
Definition at line 14 of file GRSIDataLibrary.cxx.
void DestroyFile | ( | TMidasFile * | obj | ) |
Definition at line 12 of file GRSIDataLibrary.cxx.
void DestroyParser | ( | TGRSIDataParser * | obj | ) |
Definition at line 15 of file GRSIDataLibrary.cxx.
void InitLibrary | ( | ) |
Definition at line 19 of file GRSIDataLibrary.cxx.
References TChannel::SetMnemonicClass().
std::string LibraryVersion | ( | ) |
Definition at line 17 of file GRSIDataLibrary.cxx.