5#ifndef COOLCONVUTILS_DATAPOINTINFO_H
6#define COOLCONVUTILS_DATAPOINTINFO_H
12#include "CoolKernel/RecordSpecification.h"
18 const std::string&
folder()
const;
19 const std::string&
column()
const;
21 const cool::IRecordSpecification&
atrspec()
const;
const cool::RecordSpecification m_atrspec
DataPointInfo(const std::string &folder, const std::string &column, const int channel, const cool::RecordSpecification &atrspec)
const cool::IRecordSpecification & atrspec() const
const std::string & column() const
const int channel() const
const std::string & folder() const