ATLAS Offline Software
Public Member Functions | List of all members
TH3 Class Reference
Collaboration diagram for TH3:

Public Member Functions

int Fill (double, double, double)
 
int Fill (double, double, double, double)
 
int Fill (const char *, const char *, const char *, double)
 
int Fill (const char *, double, const char *, double)
 
int Fill (const char *, const char *, double, double)
 
int Fill (double, const char *, const char *, double)
 
int Fill (double, const char *, double, double)
 
int Fill (double, double, const char *, double)
 

Detailed Description

Definition at line 440 of file rootspy.cxx.

Member Function Documentation

◆ Fill() [1/8]

int TH3::Fill ( const char *  c1,
const char *  c2,
const char *  c3,
double  d 
)

Definition at line 455 of file rootspy.cxx.

455 { LOGCALL; return ret(((int(*)(void*,const char*,const char*,const char*,double))realaddr)(this,c1,c2,c3,d)); }

◆ Fill() [2/8]

int TH3::Fill ( const char *  c1,
const char *  c2,
double  d1,
double  d2 
)

Definition at line 457 of file rootspy.cxx.

457 { LOGCALL; return ret(((int(*)(void*,const char*,const char*,double,double))realaddr)(this,c1,c2,d1,d2)); }

◆ Fill() [3/8]

int TH3::Fill ( const char *  c1,
double  d1,
const char *  c2,
double  d2 
)

Definition at line 456 of file rootspy.cxx.

456 { LOGCALL; return ret(((int(*)(void*,const char*,double,const char*,double))realaddr)(this,c1,d1,c2,d2)); }

◆ Fill() [4/8]

int TH3::Fill ( double  d1,
const char *  c1,
const char *  c2,
double  d2 
)

Definition at line 458 of file rootspy.cxx.

458 { LOGCALL; return ret(((int(*)(void*,double,const char*,const char*,double))realaddr)(this,d1,c1,c2,d2)); }

◆ Fill() [5/8]

int TH3::Fill ( double  d1,
const char *  c,
double  d2,
double  d3 
)

Definition at line 459 of file rootspy.cxx.

459 { LOGCALL; return ret(((int(*)(void*,double,const char*,double,double))realaddr)(this,d1,c,d2,d3)); }

◆ Fill() [6/8]

int TH3::Fill ( double  d1,
double  d2,
const char *  c,
double  d3 
)

Definition at line 460 of file rootspy.cxx.

460 { LOGCALL; return ret(((int(*)(void*,double,double,const char*,double))realaddr)(this,d1,d2,c,d3)); }

◆ Fill() [7/8]

int TH3::Fill ( double  d1,
double  d2,
double  d3 
)

Definition at line 453 of file rootspy.cxx.

453 { LOGCALL; return ret(((int(*)(void*,double,double,double))realaddr)(this,d1,d2,d3)); }

◆ Fill() [8/8]

int TH3::Fill ( double  d1,
double  d2,
double  d3,
double  d4 
)

Definition at line 454 of file rootspy.cxx.

454 { LOGCALL; return ret(((int(*)(void*,double,double,double,double))realaddr)(this,d1,d2,d3,d4)); }

The documentation for this class was generated from the following file:
hist_file_dump.d
d
Definition: hist_file_dump.py:137
extractSporadic.c1
c1
Definition: extractSporadic.py:134
dq_defect_virtual_defect_validation.d1
d1
Definition: dq_defect_virtual_defect_validation.py:79
compileRPVLLRates_emergingFilterTest.c3
c3
Definition: compileRPVLLRates_emergingFilterTest.py:559
ret
T ret(T t)
Definition: rootspy.cxx:260
LOGCALL
#define LOGCALL
Definition: rootspy.cxx:246
compileRPVLLRates.c2
c2
Definition: compileRPVLLRates.py:361
dq_defect_virtual_defect_validation.d2
d2
Definition: dq_defect_virtual_defect_validation.py:81
python.compressB64.c
def c
Definition: compressB64.py:93