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

#include <DataPointInfo.h>

Collaboration diagram for DataPointInfo:

Public Member Functions

 DataPointInfo (const std::string &folder, const std::string &column, const int channel, const cool::RecordSpecification &atrspec)
 
const std::string & folder () const
 
const std::string & column () const
 
const int channel () const
 
const cool::IRecordSpecification & atrspec () const
 

Private Attributes

std::string m_folder
 
std::string m_column
 
int m_channel
 
const cool::RecordSpecification m_atrspec
 

Detailed Description

Definition at line 14 of file DataPointInfo.h.

Constructor & Destructor Documentation

◆ DataPointInfo()

DataPointInfo::DataPointInfo ( const std::string &  folder,
const std::string &  column,
const int  channel,
const cool::RecordSpecification &  atrspec 
)

Definition at line 11 of file DataPointInfo.cxx.

Member Function Documentation

◆ atrspec()

const cool::IRecordSpecification & DataPointInfo::atrspec ( ) const
inline

Definition at line 33 of file DataPointInfo.h.

34  { return m_atrspec;}

◆ channel()

const int DataPointInfo::channel ( ) const
inline

Definition at line 32 of file DataPointInfo.h.

32 { return m_channel;}

◆ column()

const std::string & DataPointInfo::column ( ) const
inline

Definition at line 31 of file DataPointInfo.h.

31 {return m_column;}

◆ folder()

const std::string & DataPointInfo::folder ( ) const
inline

Definition at line 30 of file DataPointInfo.h.

30 {return m_folder;}

Member Data Documentation

◆ m_atrspec

const cool::RecordSpecification DataPointInfo::m_atrspec
private

Definition at line 27 of file DataPointInfo.h.

◆ m_channel

int DataPointInfo::m_channel
private

Definition at line 26 of file DataPointInfo.h.

◆ m_column

std::string DataPointInfo::m_column
private

Definition at line 25 of file DataPointInfo.h.

◆ m_folder

std::string DataPointInfo::m_folder
private

Definition at line 24 of file DataPointInfo.h.


The documentation for this class was generated from the following files:
DataPointInfo::column
const std::string & column() const
Definition: DataPointInfo.h:31
DataPointInfo::m_folder
std::string m_folder
Definition: DataPointInfo.h:24
DataPointInfo::folder
const std::string & folder() const
Definition: DataPointInfo.h:30
DataPointInfo::channel
const int channel() const
Definition: DataPointInfo.h:32
DataPointInfo::m_atrspec
const cool::RecordSpecification m_atrspec
Definition: DataPointInfo.h:27
DataPointInfo::m_channel
int m_channel
Definition: DataPointInfo.h:26
DataPointInfo::atrspec
const cool::IRecordSpecification & atrspec() const
Definition: DataPointInfo.h:33
DataPointInfo::m_column
std::string m_column
Definition: DataPointInfo.h:25