#include "TFile.h"#include "TSystem.h"#include "TH1.h"#include "TRandom.h"#include "TStopwatch.h"#include "TKey.h"#include "TTree.h"Go to the source code of this file.
Functions | |
| void | billw (Int_t compress) |
| void | billr (Int_t compress) |
| void | billtw (Int_t compress) |
| void | billtr (Int_t compress) |
| void | bill () |
Variables | |
| const Int_t | N = 10000 |
| TStopwatch | timer |
| void bill | ( | ) |
Definition at line 108 of file bill.C.
References billr(), billtr(), billtw(), billw(), compress(), TStopwatch::CpuTime(), TROOT::GetVersion(), TROOT::GetVersionDate(), TROOT::GetVersionTime(), gROOT, gSystem, TStopwatch::RealTime(), TStopwatch::Start(), TStopwatch::Stop(), and TSystem::Unlink().
| void billr | ( | Int_t | compress | ) |
Definition at line 51 of file bill.C.
References TH1::AddDirectory(), TStopwatch::CpuTime(), TH1::Fill(), h, i, kFALSE, TKey::ReadObj(), TStopwatch::RealTime(), TStopwatch::Start(), TStopwatch::Stop(), and timer.
Referenced by bill().
| void billtr | ( | Int_t | compress | ) |
Definition at line 92 of file bill.C.
References TStopwatch::CpuTime(), TH1::Fill(), TTree::GetEntries(), TTree::GetEntry(), h, i, nentries, TStopwatch::RealTime(), TTree::SetBranchAddress(), TStopwatch::Start(), TStopwatch::Stop(), T, and timer.
Referenced by bill().
| void billtw | ( | Int_t | compress | ) |
Definition at line 71 of file bill.C.
References TTree::Branch(), TStopwatch::CpuTime(), TTree::Fill(), gRandom, h, i, N, name, TStopwatch::RealTime(), TRandom::Rndm(), sprintf(), TStopwatch::Start(), TStopwatch::Stop(), T, timer, and TTree::Write().
Referenced by bill().
| void billw | ( | Int_t | compress | ) |
Definition at line 33 of file bill.C.
References TStopwatch::CpuTime(), gRandom, h, i, N, name, TStopwatch::RealTime(), TRandom::Rndm(), sprintf(), TStopwatch::Start(), TStopwatch::Stop(), and timer.
Referenced by bill().
1.5.1