ATLAS Offline Software
Loading...
Searching...
No Matches
Database
CoolConvUtilities
src
DataPointInfo.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// DataPointInfo.cxx
6
// Richard Hawkings, started 11/1/06
7
// simple class to store info about datapoint represented in COOL
8
9
#include "
DataPointInfo.h
"
10
11
DataPointInfo::DataPointInfo
(
const
std::string&
folder
,
const
std::string&
column
,
12
const
int
channel
,
const
cool::RecordSpecification&
atrspec
) :
13
m_folder
(
folder
),
m_column
(
column
),
m_channel
(
channel
),
m_atrspec
(
atrspec
)
14
{}
DataPointInfo.h
DataPointInfo::m_atrspec
const cool::RecordSpecification m_atrspec
Definition
DataPointInfo.h:27
DataPointInfo::DataPointInfo
DataPointInfo(const std::string &folder, const std::string &column, const int channel, const cool::RecordSpecification &atrspec)
Definition
DataPointInfo.cxx:11
DataPointInfo::atrspec
const cool::IRecordSpecification & atrspec() const
Definition
DataPointInfo.h:33
DataPointInfo::column
const std::string & column() const
Definition
DataPointInfo.h:31
DataPointInfo::channel
const int channel() const
Definition
DataPointInfo.h:32
DataPointInfo::m_column
std::string m_column
Definition
DataPointInfo.h:25
DataPointInfo::folder
const std::string & folder() const
Definition
DataPointInfo.h:30
DataPointInfo::m_folder
std::string m_folder
Definition
DataPointInfo.h:24
DataPointInfo::m_channel
int m_channel
Definition
DataPointInfo.h:26
Generated on
for ATLAS Offline Software by
1.14.0