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

#include <LArFEBTempData.h>

Collaboration diagram for LArFEBTempData:

Public Types

typedef std::pair< float, float > FEBTemp

Public Member Functions

 LArFEBTempData ()
FEBTemp getFebTemp (const HWIdentifier &id) const

Private Attributes

std::map< HWIdentifier, FEBTempm_mapVec

Friends

class LArFEBTempAlg

Detailed Description

Definition at line 12 of file LArFEBTempData.h.

Member Typedef Documentation

◆ FEBTemp

typedef std::pair<float,float> LArFEBTempData::FEBTemp

Definition at line 18 of file LArFEBTempData.h.

Constructor & Destructor Documentation

◆ LArFEBTempData()

LArFEBTempData::LArFEBTempData ( )
inline

Definition at line 19 of file LArFEBTempData.h.

19{};

Member Function Documentation

◆ getFebTemp()

LArFEBTempData::FEBTemp LArFEBTempData::getFebTemp ( const HWIdentifier & id) const
inline

Definition at line 32 of file LArFEBTempData.h.

32 {
33 return m_mapVec.at(h);
34}
std::map< HWIdentifier, FEBTemp > m_mapVec

◆ LArFEBTempAlg

friend class LArFEBTempAlg
friend

Definition at line 14 of file LArFEBTempData.h.

Member Data Documentation

◆ m_mapVec

std::map<HWIdentifier,FEBTemp> LArFEBTempData::m_mapVec
private

Definition at line 26 of file LArFEBTempData.h.


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