ATLAS Offline Software
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 {}
plotting.yearwise_efficiency.channel
channel
Definition: yearwise_efficiency.py:28
DeMoUpdate.column
dictionary column
Definition: DeMoUpdate.py:1110
DataPointInfo::DataPointInfo
DataPointInfo(const std::string &folder, const std::string &column, const int channel, const cool::RecordSpecification &atrspec)
Definition: DataPointInfo.cxx:11
CaloCondBlobAlgs_fillNoiseFromASCII.folder
folder
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:56
DataPointInfo.h