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

#include <LArDeadOTXCorrFactors.h>

Collaboration diagram for LArDeadOTXCorrFactors:

Public Types

typedef std::map< HWIdentifier, std::vector< std::pair< IdentifierHash, float > > > payload_t

Public Member Functions

 LArDeadOTXCorrFactors ()
payload_tget ()
const payload_tget () const

Private Attributes

payload_t m_scToDeadCellMap

Detailed Description

Definition at line 14 of file LArDeadOTXCorrFactors.h.

Member Typedef Documentation

◆ payload_t

typedef std::map<HWIdentifier, std::vector<std::pair<IdentifierHash, float> > > LArDeadOTXCorrFactors::payload_t

Definition at line 19 of file LArDeadOTXCorrFactors.h.

Constructor & Destructor Documentation

◆ LArDeadOTXCorrFactors()

LArDeadOTXCorrFactors::LArDeadOTXCorrFactors ( )

Definition at line 4 of file LArDeadOTXCorrFactors.cxx.

4{}

Member Function Documentation

◆ get() [1/2]

payload_t & LArDeadOTXCorrFactors::get ( )
inline

Definition at line 22 of file LArDeadOTXCorrFactors.h.

22{ return m_scToDeadCellMap; } // non-const

◆ get() [2/2]

const payload_t & LArDeadOTXCorrFactors::get ( ) const
inline

Definition at line 23 of file LArDeadOTXCorrFactors.h.

23{ return m_scToDeadCellMap; } // const

Member Data Documentation

◆ m_scToDeadCellMap

payload_t LArDeadOTXCorrFactors::m_scToDeadCellMap
private

Definition at line 26 of file LArDeadOTXCorrFactors.h.


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