ATLAS Offline Software
Loading...
Searching...
No Matches
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.

Member Function Documentation

◆ getValue()

template<class data_type>
const data_type & MuonCalib::CscCondData< data_type >::getValue ( ) const
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: