#include "TBasket.h"#include "TBufferFile.h"#include "TTree.h"#include "TBranch.h"#include "TFile.h"#include "TMath.h"#include "TTreeCache.h"#include "TTreeCacheUnzip.h"Go to the source code of this file.
Functions | |
| void | R__zip (Int_t cxlevel, Int_t *nin, char *bufin, Int_t *lout, char *bufout, Int_t *nout) |
| 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 (TBasket) TBasket | |
Variables | |
| const Int_t | kMAXBUF = 0xFFFFFF |
| const UInt_t | kDisplacementMask = 0xFF000000 |
| ClassImp | ( | TBasket | ) |
Definition at line 1119 of file ZInflate.c.
Definition at line 405 of file Bits.h.
References deflate(), deflateEnd(), deflateInit, flags, HDRSIZE, RooFitShortHand::L(), level, method, NULL, R__bi_init(), R__ct_init(), R__Deflate(), R__error(), R__lm_init(), R__window_size, PC3::stream(), UNKNOWN, Z_DEFLATED, Z_FINISH, Z_OK, and Z_STREAM_END.
| const UInt_t kDisplacementMask = 0xFF000000 |
Definition at line 26 of file TBasket.cxx.
Definition at line 25 of file TBasket.cxx.
1.5.1