ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
TTreeCacheUnzip.cxx File Reference
#include "TTreeCacheUnzip.h"
#include "TChain.h"
#include "TBranch.h"
#include "TFile.h"
#include "TEventList.h"
#include "TMutex.h"
#include "TVirtualMutex.h"
#include "TThread.h"
#include "TCondition.h"
#include "TMath.h"
#include "Bytes.h"
#include "TEnv.h"
Include dependency graph for TTreeCacheUnzip.cxx:

Go to the source code of this file.

Macros

#define THREADCNT   2
 

Functions

void R__unzip (Int_t *nin, UChar_t *bufin, Int_t *lout, char *bufout, Int_t *nout)
 
int R__unzip_header (Int_t *nin, UChar_t *bufin, Int_t *lout)
 
 ClassImp (TTreeCacheUnzip) TTreeCacheUnzip
 

Macro Definition Documentation

#define THREADCNT   2

Definition at line 57 of file TTreeCacheUnzip.cxx.

Referenced by TTreeCacheUnzip::Init(), and TTreeCacheUnzip::UnzipCache().

Function Documentation

ClassImp ( TTreeCacheUnzip  )

Definition at line 68 of file TTreeCacheUnzip.cxx.

void R__unzip ( Int_t nin,
UChar_t bufin,
Int_t lout,
char *  bufout,
Int_t nout 
)
int R__unzip_header ( Int_t nin,
UChar_t bufin,
Int_t lout 
)