ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArConditionsSubset_p1 Class Reference

persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubset, i.e. not the details for each conditions object More...

#include <LArConditionsSubset_p1.h>

Collaboration diagram for LArConditionsSubset_p1:

Public Member Functions

 LArConditionsSubset_p1 ()
 Default constructor. More...
 
unsigned int subsetSize () const
 

Public Attributes

std::vector< unsigned int > m_febIds
 
std::vector< unsigned int > m_corrChannels
 
std::vector< unsigned int > m_febsWithSparseData
 
unsigned int m_gain
 
unsigned int m_channel
 
unsigned int m_groupingType
 

Detailed Description

persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubset, i.e. not the details for each conditions object

Definition at line 38 of file LArConditionsSubset_p1.h.

Constructor & Destructor Documentation

◆ LArConditionsSubset_p1()

LArConditionsSubset_p1::LArConditionsSubset_p1 ( )
inline

Default constructor.

Definition at line 68 of file LArConditionsSubset_p1.h.

69  :
70  m_gain(0),
71  m_channel(0),
73  {}

Member Function Documentation

◆ subsetSize()

unsigned int LArConditionsSubset_p1::subsetSize ( ) const
inline

Definition at line 82 of file LArConditionsSubset_p1.h.

82  {

Member Data Documentation

◆ m_channel

unsigned int LArConditionsSubset_p1::m_channel

Definition at line 79 of file LArConditionsSubset_p1.h.

◆ m_corrChannels

std::vector<unsigned int> LArConditionsSubset_p1::m_corrChannels

Definition at line 76 of file LArConditionsSubset_p1.h.

◆ m_febIds

std::vector<unsigned int> LArConditionsSubset_p1::m_febIds

Definition at line 75 of file LArConditionsSubset_p1.h.

◆ m_febsWithSparseData

std::vector<unsigned int> LArConditionsSubset_p1::m_febsWithSparseData

Definition at line 77 of file LArConditionsSubset_p1.h.

◆ m_gain

unsigned int LArConditionsSubset_p1::m_gain

Definition at line 78 of file LArConditionsSubset_p1.h.

◆ m_groupingType

unsigned int LArConditionsSubset_p1::m_groupingType

Definition at line 80 of file LArConditionsSubset_p1.h.


The documentation for this class was generated from the following file:
LArConditionsContainerBase::SuperCells
@ SuperCells
Definition: LArConditionsContainerBase.h:51
LArConditionsSubset_p1::m_channel
unsigned int m_channel
Definition: LArConditionsSubset_p1.h:79
LArConditionsSubset_p1::m_gain
unsigned int m_gain
Definition: LArConditionsSubset_p1.h:78
LArConditionsSubset_p1::m_groupingType
unsigned int m_groupingType
Definition: LArConditionsSubset_p1.h:80