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

Public Member Functions

double GetBinContent (int) const
 
void SetBinContent (int, double)
 

Detailed Description

Definition at line 505 of file rootspy.cxx.

Member Function Documentation

◆ GetBinContent()

double TH3D::GetBinContent ( int  i) const

Definition at line 510 of file rootspy.cxx.

510 { LOGCALLC; return ret(((double(*)(const void*,int))realaddr)(this,i)); }

◆ SetBinContent()

void TH3D::SetBinContent ( int  i,
double  d 
)

Definition at line 511 of file rootspy.cxx.

511 { LOGCALL; ((void(*)(void*,int,double))realaddr)(this,i,d);ret(); }

The documentation for this class was generated from the following file:
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
hist_file_dump.d
d
Definition: hist_file_dump.py:137
lumiFormat.i
int i
Definition: lumiFormat.py:92
ret
T ret(T t)
Definition: rootspy.cxx:260
LOGCALLC
#define LOGCALLC
Definition: rootspy.cxx:247
xAOD::double
double
Definition: CompositeParticle_v1.cxx:159
LOGCALL
#define LOGCALL
Definition: rootspy.cxx:246