ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
jet::AccessorAndHisto< ATYPE, HTYPE > Struct Template Reference
Collaboration diagram for jet::AccessorAndHisto< ATYPE, HTYPE >:

Public Member Functions

 AccessorAndHisto (const std::string &attname, HTYPE *h, bool gev)
 

Protected Attributes

Accessor< ATYPE > m_accessor
 
HTYPE * m_h
 
const float m_toGeV1
 

Detailed Description

template<typename ATYPE, typename HTYPE>
struct jet::AccessorAndHisto< ATYPE, HTYPE >

Definition at line 22 of file JetAttributeHisto.cxx.

Constructor & Destructor Documentation

◆ AccessorAndHisto()

template<typename ATYPE , typename HTYPE >
jet::AccessorAndHisto< ATYPE, HTYPE >::AccessorAndHisto ( const std::string &  attname,
HTYPE *  h,
bool  gev 
)
inline

Definition at line 23 of file JetAttributeHisto.cxx.

23 : m_accessor(attname), m_h(h), m_toGeV1(gev ? toGeV :1) {}

Member Data Documentation

◆ m_accessor

template<typename ATYPE , typename HTYPE >
Accessor< ATYPE > jet::AccessorAndHisto< ATYPE, HTYPE >::m_accessor
protected

Definition at line 26 of file JetAttributeHisto.cxx.

◆ m_h

template<typename ATYPE , typename HTYPE >
HTYPE* jet::AccessorAndHisto< ATYPE, HTYPE >::m_h
protected

Definition at line 27 of file JetAttributeHisto.cxx.

◆ m_toGeV1

template<typename ATYPE , typename HTYPE >
const float jet::AccessorAndHisto< ATYPE, HTYPE >::m_toGeV1
protected

Definition at line 28 of file JetAttributeHisto.cxx.


The documentation for this struct was generated from the following file:
jet::AccessorAndHisto::m_toGeV1
const float m_toGeV1
Definition: JetAttributeHisto.cxx:28
jet::AccessorAndHisto::m_h
HTYPE * m_h
Definition: JetAttributeHisto.cxx:27
h
toGeV
#define toGeV
Definition: JetAttributeHisto.cxx:6
jet::AccessorAndHisto::m_accessor
Accessor< ATYPE > m_accessor
Definition: JetAttributeHisto.cxx:26