ATLAS Offline Software
Static Public Member Functions | List of all members
LWHistInt Class Reference

#include <LWHistRootUtils.h>

Collaboration diagram for LWHistInt:

Static Public Member Functions

template<class TLW >
static const float * getVarBins (const TLW *h)
 
template<class TLW >
static float * getVarBins (TLW *h)
 
template<class TLW >
static const float * getVarBinsX (TLW *h)
 
template<class TLW >
static const float * getVarBinsY (TLW *h)
 

Detailed Description

Definition at line 38 of file LWHistRootUtils.h.

Member Function Documentation

◆ getVarBins() [1/2]

template<class TLW >
static const float* LWHistInt::getVarBins ( const TLW *  h)
inlinestatic

Definition at line 42 of file LWHistRootUtils.h.

42 { return h->getVarBins(); }

◆ getVarBins() [2/2]

template<class TLW >
static float* LWHistInt::getVarBins ( TLW *  h)
inlinestatic

Definition at line 43 of file LWHistRootUtils.h.

43 { return h->getVarBins(); }

◆ getVarBinsX()

template<class TLW >
static const float* LWHistInt::getVarBinsX ( TLW *  h)
inlinestatic

Definition at line 44 of file LWHistRootUtils.h.

44 { return h->getVarBinsX(); }

◆ getVarBinsY()

template<class TLW >
static const float* LWHistInt::getVarBinsY ( TLW *  h)
inlinestatic

Definition at line 45 of file LWHistRootUtils.h.

45 { return h->getVarBinsY(); }

The documentation for this class was generated from the following file:
h