![]() |
ROOT
6.06/09
Reference Guide
|
#include "RConfigure.h"#include "TProofBench.h"#include "Getline.h"#include "TProofBenchRunCPU.h"#include "TProofBenchRunDataRead.h"#include "TProofBenchDataSet.h"#include "TProofNodes.h"#include "TClass.h"#include "TFile.h"#include "TFileCollection.h"#include "TFileInfo.h"#include "THashList.h"#include "TKey.h"#include "TObjString.h"#include "TProof.h"#include "TROOT.h"#include "TSortedList.h"#include "TTimeStamp.h"#include "TUrl.h"#include "TCanvas.h"#include "TF1.h"#include "TGraphErrors.h"#include "TH1F.h"#include "TMath.h"#include "TProfile.h"#include "TStyle.h"#include "TLegend.h"
Include dependency graph for TProofBench.cxx:Go to the source code of this file.
Functions | |
| Double_t | funp1 (Double_t *xx, Double_t *par) |
| Simple polynomial 1st degree. More... | |
| Double_t | funp2 (Double_t *xx, Double_t *par) |
| Simple polynomial 2nd degree. More... | |
| Double_t | funp1n (Double_t *xx, Double_t *par) |
| Normalized 1st degree. More... | |
| Double_t | funp2n (Double_t *xx, Double_t *par) |
| Normalized 2nd degree. More... | |
| Double_t | funio (Double_t *xx, Double_t *par) |
| I/O saturated rate function. More... | |
| Double_t | funiov (Double_t *xx, Double_t *par) |
| I/O saturated rate function with varying Rcpu. More... | |
| Double_t | funcpuv (Double_t *xx, Double_t *par) |
| Function with varying Rcpu. More... | |
| Double_t | funcpuvn (Double_t *xx, Double_t *par) |
| Function with varying Rcpu normalized. More... | |
Variables | |
| static Int_t | gFioVn0 = -1 |
| static Int_t | gFioVn1 = -1 |
Function with varying Rcpu.
Definition at line 143 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
Function with varying Rcpu normalized.
Definition at line 160 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
I/O saturated rate function.
Definition at line 109 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
I/O saturated rate function with varying Rcpu.
Definition at line 120 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
Simple polynomial 1st degree.
Definition at line 73 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
Normalized 1st degree.
Definition at line 91 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
Simple polynomial 2nd degree.
Definition at line 82 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
Normalized 2nd degree.
Definition at line 100 of file TProofBench.cxx.
Referenced by TProofBench::AssertFittingFun().
|
static |
Definition at line 65 of file TProofBench.cxx.
Referenced by TProofBench::DrawCPU(), TProofBench::DrawDataSet(), funcpuv(), funcpuvn(), and funiov().
|
static |
Definition at line 66 of file TProofBench.cxx.
Referenced by TProofBench::DrawCPU(), TProofBench::DrawDataSet(), funcpuv(), funcpuvn(), and funiov().