#include "TTree.h"
#include "TBranch.h"
#include "Riostream.h"
#include "TMemFile.h"
#include "TKey.h"
#include "TBranchRef.h"
#include "TSystem.h"
#include "WCSimRootEvent.hh"
#include "WCSimRootGeom.hh"
#include "WCSimEnumerations.hh"
Go to the source code of this file.
|
| Long64_t | GetTotalSize (TBranch *b, bool ondisk, bool inclusive) |
| |
| Long64_t | GetBasketSize (TBranch *b, bool ondisk, bool inclusive) |
| |
| Long64_t | GetBasketSize (TObjArray *branches, bool ondisk, bool inclusive) |
| |
| Long64_t | GetTotalSize (TObjArray *branches, bool ondisk) |
| |
| Long64_t | GetTotalSize (TTree *t, bool ondisk) |
| |
| Long64_t | sizeOnDisk (TTree *t) |
| |
| Long64_t | sizeOnDisk (TBranch *branch, bool inclusive) |
| |
| void | printBranchSummary (TBranch *br) |
| |
| void | printTreeSummary (TTree *t) |
| |
| TFile * | OpenFile (const char *filename) |
| |
| Long64_t | GetWCSimTreeSize (TFile *f, int itree, bool verbose) |
| |
| int | printSizes (const char *filename1="wcsimtest.root", const char *filename2="../../WCSim_clean/verification-test-scripts/wcsimtest.root", bool verbose=false) |
| |
◆ GetBasketSize() [1/2]
| Long64_t GetBasketSize |
( |
TBranch * |
b, |
|
|
bool |
ondisk, |
|
|
bool |
inclusive |
|
) |
| |
◆ GetBasketSize() [2/2]
| Long64_t GetBasketSize |
( |
TObjArray * |
branches, |
|
|
bool |
ondisk, |
|
|
bool |
inclusive |
|
) |
| |
◆ GetTotalSize() [1/3]
| Long64_t GetTotalSize |
( |
TBranch * |
b, |
|
|
bool |
ondisk, |
|
|
bool |
inclusive |
|
) |
| |
◆ GetTotalSize() [2/3]
| Long64_t GetTotalSize |
( |
TObjArray * |
branches, |
|
|
bool |
ondisk |
|
) |
| |
◆ GetTotalSize() [3/3]
| Long64_t GetTotalSize |
( |
TTree * |
t, |
|
|
bool |
ondisk |
|
) |
| |
◆ GetWCSimTreeSize()
| Long64_t GetWCSimTreeSize |
( |
TFile * |
f, |
|
|
int |
itree, |
|
|
bool |
verbose |
|
) |
| |
◆ OpenFile()
| TFile* OpenFile |
( |
const char * |
filename | ) |
|
◆ printBranchSummary()
| void printBranchSummary |
( |
TBranch * |
br | ) |
|
◆ printSizes()
| int printSizes |
( |
const char * |
filename1 = "wcsimtest.root", |
|
|
const char * |
filename2 = "../../WCSim_clean/verification-test-scripts/wcsimtest.root", |
|
|
bool |
verbose = false |
|
) |
| |
◆ printTreeSummary()
| void printTreeSummary |
( |
TTree * |
t | ) |
|
◆ sizeOnDisk() [1/2]
| Long64_t sizeOnDisk |
( |
TTree * |
t | ) |
|
◆ sizeOnDisk() [2/2]
| Long64_t sizeOnDisk |
( |
TBranch * |
branch, |
|
|
bool |
inclusive |
|
) |
| |
◆ ntrees
◆ wcsimbranches
| string wcsimbranches[ntrees] = {"wcsimrootgeom", "wcsimrootevent", "wcsimrootoptions"} |
◆ wcsimtrees
| string wcsimtrees[ntrees] = {"wcsimGeoT", "wcsimT", "wcsimRootOptionsT"} |