ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigHisto1D_p1 Class Reference

The persistent partner of TrigHisto1D class. More...

#include <TrigHisto1D_p1.h>

Collaboration diagram for TrigHisto1D_p1:

Public Member Functions

 TrigHisto1D_p1 ()
 

Public Attributes

std::vector< float > m_contents
 
unsigned int m_nbins_x
 
float m_min_x
 
float m_max_x
 

Detailed Description

The persistent partner of TrigHisto1D class.

Author
W. H. Bell W.Bel.nosp@m.l@ce.nosp@m.rn.ch

Definition at line 17 of file TrigHisto1D_p1.h.

Constructor & Destructor Documentation

◆ TrigHisto1D_p1()

TrigHisto1D_p1::TrigHisto1D_p1 ( )
inline

Definition at line 19 of file TrigHisto1D_p1.h.

19 : m_nbins_x(0), m_min_x(0.), m_max_x(0) {}

Member Data Documentation

◆ m_contents

std::vector<float> TrigHisto1D_p1::m_contents

Definition at line 22 of file TrigHisto1D_p1.h.

◆ m_max_x

float TrigHisto1D_p1::m_max_x

Definition at line 25 of file TrigHisto1D_p1.h.

◆ m_min_x

float TrigHisto1D_p1::m_min_x

Definition at line 24 of file TrigHisto1D_p1.h.

◆ m_nbins_x

unsigned int TrigHisto1D_p1::m_nbins_x

Definition at line 23 of file TrigHisto1D_p1.h.


The documentation for this class was generated from the following file:
TrigHisto1D_p1::m_max_x
float m_max_x
Definition: TrigHisto1D_p1.h:25
TrigHisto1D_p1::m_nbins_x
unsigned int m_nbins_x
Definition: TrigHisto1D_p1.h:23
TrigHisto1D_p1::m_min_x
float m_min_x
Definition: TrigHisto1D_p1.h:24