#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"
Functions | |
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... | |
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 | funp1 (Double_t *xx, Double_t *par) |
Simple polynomial 1st degree. More... | |
Double_t | funp1n (Double_t *xx, Double_t *par) |
Normalized 1st degree. More... | |
Double_t | funp2 (Double_t *xx, Double_t *par) |
Simple polynomial 2nd degree. More... | |
Double_t | funp2n (Double_t *xx, Double_t *par) |
Normalized 2nd degree. More... | |
Variables | |
static Int_t | gFioVn0 = -1 |
static Int_t | gFioVn1 = -1 |
Function with varying Rcpu.
Definition at line 150 of file TProofBench.cxx.
Function with varying Rcpu normalized.
Definition at line 167 of file TProofBench.cxx.
I/O saturated rate function.
Definition at line 116 of file TProofBench.cxx.
I/O saturated rate function with varying Rcpu.
Definition at line 127 of file TProofBench.cxx.
Simple polynomial 1st degree.
Definition at line 80 of file TProofBench.cxx.
Normalized 1st degree.
Definition at line 98 of file TProofBench.cxx.
Simple polynomial 2nd degree.
Definition at line 89 of file TProofBench.cxx.
Normalized 2nd degree.
Definition at line 107 of file TProofBench.cxx.
|
static |
Definition at line 72 of file TProofBench.cxx.
|
static |
Definition at line 73 of file TProofBench.cxx.