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

Public Member Functions

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

Detailed Description

Definition at line 320 of file rootspy.cxx.

Constructor & Destructor Documentation

◆ ~TH1F()

TH1F::~TH1F ( )

Member Function Documentation

◆ GetBinContent()

double TH1F::GetBinContent ( int  i) const

Definition at line 326 of file rootspy.cxx.

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

◆ SetBinContent()

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

Definition at line 327 of file rootspy.cxx.

327 { 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