ATLAS Offline Software
Loading...
Searching...
No Matches
LoadGpuHist Class Reference

#include <LoadGpuHist.h>

Collaboration diagram for LoadGpuHist:

Public Member Functions

 LoadGpuHist ()
 ~LoadGpuHist ()
void set_hf1d (FH1D *hf_ptr)
void set_d_hf1d (FH1D *hf_ptr)
FH1Dhf1d () const
FH1Dhf1d_d () const
FH1Dhf1d_h () const
void LD1D ()

Private Attributes

struct FH1Dm_hf1d {0}
struct FH1Dm_hf1d_d {0}
struct FH1Dm_hf1d_h {0}

Detailed Description

Definition at line 10 of file LoadGpuHist.h.

Constructor & Destructor Documentation

◆ LoadGpuHist()

LoadGpuHist::LoadGpuHist ( )

◆ ~LoadGpuHist()

LoadGpuHist::~LoadGpuHist ( )

Member Function Documentation

◆ hf1d()

FH1D * LoadGpuHist::hf1d ( ) const
inline

Definition at line 18 of file LoadGpuHist.h.

18{ return m_hf1d; }
struct FH1D * m_hf1d
Definition LoadGpuHist.h:25

◆ hf1d_d()

FH1D * LoadGpuHist::hf1d_d ( ) const
inline

Definition at line 19 of file LoadGpuHist.h.

19{ return m_hf1d_d; }
struct FH1D * m_hf1d_d
Definition LoadGpuHist.h:26

◆ hf1d_h()

FH1D * LoadGpuHist::hf1d_h ( ) const
inline

Definition at line 20 of file LoadGpuHist.h.

20{ return m_hf1d_h; } // device ptr on HOST
struct FH1D * m_hf1d_h
Definition LoadGpuHist.h:27

◆ LD1D()

void LoadGpuHist::LD1D ( )

◆ set_d_hf1d()

void LoadGpuHist::set_d_hf1d ( FH1D * hf_ptr)
inline

Definition at line 17 of file LoadGpuHist.h.

17{ m_hf1d_d = hf_ptr; }

◆ set_hf1d()

void LoadGpuHist::set_hf1d ( FH1D * hf_ptr)
inline

Definition at line 16 of file LoadGpuHist.h.

16{ m_hf1d = hf_ptr; }

Member Data Documentation

◆ m_hf1d

struct FH1D* LoadGpuHist::m_hf1d {0}
private

Definition at line 25 of file LoadGpuHist.h.

25{0};

◆ m_hf1d_d

struct FH1D* LoadGpuHist::m_hf1d_d {0}
private

Definition at line 26 of file LoadGpuHist.h.

26{0}; // device pointer

◆ m_hf1d_h

struct FH1D* LoadGpuHist::m_hf1d_h {0}
private

Definition at line 27 of file LoadGpuHist.h.

27{0}; // host pointer struct hold device param to be copied to device

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