Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TProofBench.cxx File Reference
#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 "TMap.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:

Classes

class  fileDesc
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

Double_t funcpuv (Double_t *xx, Double_t *par)
 Function with varying Rcpu.
 
Double_t funcpuvn (Double_t *xx, Double_t *par)
 Function with varying Rcpu normalized.
 
Double_t funio (Double_t *xx, Double_t *par)
 I/O saturated rate function.
 
Double_t funiov (Double_t *xx, Double_t *par)
 I/O saturated rate function with varying Rcpu.
 
Double_t funp1 (Double_t *xx, Double_t *par)
 Simple polynomial 1st degree.
 
Double_t funp1n (Double_t *xx, Double_t *par)
 Normalized 1st degree.
 
Double_t funp2 (Double_t *xx, Double_t *par)
 Simple polynomial 2nd degree.
 
Double_t funp2n (Double_t *xx, Double_t *par)
 Normalized 2nd degree.
 

Variables

static Int_t gFioVn0 = -1
 
static Int_t gFioVn1 = -1
 

Function Documentation

◆ funcpuv()

Double_t funcpuv ( Double_t xx,
Double_t par 
)

Function with varying Rcpu.

Definition at line 150 of file TProofBench.cxx.

◆ funcpuvn()

Double_t funcpuvn ( Double_t xx,
Double_t par 
)

Function with varying Rcpu normalized.

Definition at line 167 of file TProofBench.cxx.

◆ funio()

Double_t funio ( Double_t xx,
Double_t par 
)

I/O saturated rate function.

Definition at line 116 of file TProofBench.cxx.

◆ funiov()

Double_t funiov ( Double_t xx,
Double_t par 
)

I/O saturated rate function with varying Rcpu.

Definition at line 127 of file TProofBench.cxx.

◆ funp1()

Double_t funp1 ( Double_t xx,
Double_t par 
)

Simple polynomial 1st degree.

Definition at line 80 of file TProofBench.cxx.

◆ funp1n()

Double_t funp1n ( Double_t xx,
Double_t par 
)

Normalized 1st degree.

Definition at line 98 of file TProofBench.cxx.

◆ funp2()

Double_t funp2 ( Double_t xx,
Double_t par 
)

Simple polynomial 2nd degree.

Definition at line 89 of file TProofBench.cxx.

◆ funp2n()

Double_t funp2n ( Double_t xx,
Double_t par 
)

Normalized 2nd degree.

Definition at line 107 of file TProofBench.cxx.

Variable Documentation

◆ gFioVn0

Int_t gFioVn0 = -1
static

Definition at line 72 of file TProofBench.cxx.

◆ gFioVn1

Int_t gFioVn1 = -1
static

Definition at line 73 of file TProofBench.cxx.