ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
MuonCalib::CscCondData< data_type > Class Template Reference

#include <CscCondData.h>

Collaboration diagram for MuonCalib::CscCondData< data_type >:

Public Member Functions

 CscCondData (const data_type &value)
 
void setValue (const data_type &value)
 
const data_type & getValue () const
 

Private Attributes

data_type m_value
 

Detailed Description

template<class data_type>
class MuonCalib::CscCondData< data_type >

Definition at line 19 of file CscCondData.h.

Constructor & Destructor Documentation

◆ CscCondData()

template<class data_type >
MuonCalib::CscCondData< data_type >::CscCondData ( const data_type &  value)
inline

Definition at line 22 of file CscCondData.h.

22 : m_value (value) { }

Member Function Documentation

◆ getValue()

template<class data_type >
const data_type & MuonCalib::CscCondData< data_type >::getValue
inline

Definition at line 35 of file CscCondData.h.

35  {
36  return m_value;
37  }

◆ setValue()

template<class data_type >
void MuonCalib::CscCondData< data_type >::setValue ( const data_type &  value)
inline

Definition at line 31 of file CscCondData.h.

31  {
32  m_value = value;
33  }

Member Data Documentation

◆ m_value

template<class data_type >
data_type MuonCalib::CscCondData< data_type >::m_value
private

Definition at line 26 of file CscCondData.h.


The documentation for this class was generated from the following file:
athena.value
value
Definition: athena.py:122
MuonCalib::CscCondData::m_value
data_type m_value
Definition: CscCondData.h:26