ATLAS Offline Software
Macros
TH1D_LW.cxx File Reference
#include "LWHists/TH1D_LW.h"
#include "LWHists/LWHistControls.h"
#include "Flex1DHisto.h"
#include "LWHistRootUtils.h"
#include "TH1D.h"
#include <iostream>
#include <utility>
Include dependency graph for TH1D_LW.cxx:

Go to the source code of this file.

Macros

#define FLEXHIST()   ((reinterpret_cast<Flex1DHisto<double>*>(m_flexHisto)))
 
#define CALL(x, y)   m_rootHisto ? m_rootHisto-> x : reinterpret_cast<Flex1DHisto<double>*>(m_flexHisto)-> y
 
#define LWCOUNTCALL   {};
 
#define LWREPORT   {};
 

Macro Definition Documentation

◆ CALL

#define CALL (   x,
  y 
)    m_rootHisto ? m_rootHisto-> x : reinterpret_cast<Flex1DHisto<double>*>(m_flexHisto)-> y

Definition at line 24 of file TH1D_LW.cxx.

◆ FLEXHIST

#define FLEXHIST ( )    ((reinterpret_cast<Flex1DHisto<double>*>(m_flexHisto)))

Definition at line 23 of file TH1D_LW.cxx.

◆ LWCOUNTCALL

#define LWCOUNTCALL   {};

Definition at line 29 of file TH1D_LW.cxx.

◆ LWREPORT

#define LWREPORT   {};

Definition at line 30 of file TH1D_LW.cxx.