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

12 :
14{}
const cool::RecordSpecification m_atrspec
const cool::IRecordSpecification & atrspec() const
const std::string & column() const
const int channel() const
std::string m_column
const std::string & folder() const
std::string m_folder

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: