ATLAS Offline Software
Loading...
Searching...
No Matches
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
11DataPointInfo::DataPointInfo(const std::string& folder,const std::string& column,
12 const int channel, const cool::RecordSpecification& atrspec) :
14{}
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
std::string m_column
const std::string & folder() const
std::string m_folder