]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/html/AliHLTPHOSEmcCalibData_8h-source.html
Basic functionality of the HLT components is achieved, The components runs without...
[u/mrichter/AliRoot.git] / HLT / PHOS / html / AliHLTPHOSEmcCalibData_8h-source.html
CommitLineData
916e95ef 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>PHOSofflineparameterextraction: AliHLTPHOSEmcCalibData.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.3.9.1 -->
7<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8<h1>AliHLTPHOSEmcCalibData.h</h1><a href="AliHLTPHOSEmcCalibData_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="preprocessor">#ifndef ALIHLTPHOSEMCCALIBDATA_H</span>
900002 <span class="preprocessor"></span><span class="preprocessor">#define ALIHLTPHOSEMCCALIBDATA_H</span>
1000003 <span class="preprocessor"></span>
1100004 <span class="comment">/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *</span>
1200005 <span class="comment"> * See cxx source for full Copyright notice */</span>
1300006
1400008 <span class="comment">// class for EMC calibration //</span>
1500010 <span class="comment"></span>
1600011 <span class="preprocessor">#include "TNamed.h"</span>
1700012 <span class="preprocessor">#include "<a class="code" href="AliHLTPHOSCommonDefs_8h.html">AliHLTPHOSCommonDefs.h</a>"</span>
1800013
1900014
20<a name="l00015"></a><a class="code" href="classAliHLTPHOSEmcCalibData.html">00015</a> <span class="keyword">class </span><a class="code" href="classAliHLTPHOSEmcCalibData.html">AliHLTPHOSEmcCalibData</a>: <span class="keyword">public</span> TNamed {
2100016
2200017 <span class="keyword">public</span>:
2300018 <a class="code" href="classAliHLTPHOSEmcCalibData.html#a0">AliHLTPHOSEmcCalibData</a>();
2400019 <a class="code" href="classAliHLTPHOSEmcCalibData.html#a0">AliHLTPHOSEmcCalibData</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name);
2500020 <a class="code" href="classAliHLTPHOSEmcCalibData.html#a0">AliHLTPHOSEmcCalibData</a>(<span class="keyword">const</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html">AliHLTPHOSEmcCalibData</a> &amp;calibda);
2600021 <a class="code" href="classAliHLTPHOSEmcCalibData.html">AliHLTPHOSEmcCalibData</a>&amp; <a class="code" href="classAliHLTPHOSEmcCalibData.html#a3">operator= </a>(<span class="keyword">const</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html">AliHLTPHOSEmcCalibData</a> &amp;calibda);
2700022 <span class="keyword">virtual</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a4">~AliHLTPHOSEmcCalibData</a>();
2800023 <span class="keywordtype">void</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a5">Reset</a>();
2900024 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a6">Print</a>(Option_t *option = <span class="stringliteral">""</span>) <span class="keyword">const</span>;
3000025 Float_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#a7">GetADCchannelEnergy</a>(Int_t module, Int_t column, Int_t row, Int_t gain) <span class="keyword">const</span>;
3100026 Float_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#a8">GetADCpedestalEmcMeasured</a>(Int_t module, Int_t column, Int_t row, Int_t gain) <span class="keyword">const</span>;
3200027 <span class="keywordtype">void</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a9">SetADCchannelEnergy</a>(Int_t module, Int_t column, Int_t row, Int_t gain, Float_t value);
3300028 <span class="keywordtype">void</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a10">SetADCpedestalEmcMeasured</a>(Int_t module, Int_t column, Int_t row, Int_t gain, Float_t value);
3400029 <span class="keywordtype">void</span> <a class="code" href="classAliHLTPHOSEmcCalibData.html#a11">MakeADCpedestalCorrectionTable</a>();
3500030 <span class="keyword">protected</span>:
36<a name="l00031"></a><a class="code" href="classAliHLTPHOSEmcCalibData.html#p0">00031</a> Float_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#p0">fADCchannelEnergy</a>[PHOS_MODULES][PHOS_COLUMNS][PHOS_ROWS][PHOS_GAINS] ;
37<a name="l00032"></a><a class="code" href="classAliHLTPHOSEmcCalibData.html#p1">00032</a> Float_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#p1">fADCpedestalEmcMeasured</a>[PHOS_MODULES][PHOS_COLUMNS][PHOS_ROWS][PHOS_GAINS] ;
38<a name="l00033"></a><a class="code" href="classAliHLTPHOSEmcCalibData.html#p2">00033</a> Int_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#p2">fADCpedestalAltroReg</a>[PHOS_MODULES][PHOS_COLUMNS][PHOS_ROWS][PHOS_GAINS] ;
39<a name="l00034"></a><a class="code" href="classAliHLTPHOSEmcCalibData.html#p3">00034</a> Float_t <a class="code" href="classAliHLTPHOSEmcCalibData.html#p3">fADCpedestalCorrectionTable</a>[PHOS_MODULES][PHOS_COLUMNS][PHOS_ROWS][PHOS_GAINS] ;
4000036 ClassDef(<a class="code" href="classAliHLTPHOSEmcCalibData.html">AliHLTPHOSEmcCalibData</a>,1) <span class="comment">// PHOS EMC calibration data</span>
4100037 };
4200038
4300039 <span class="preprocessor">#endif</span>
44</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Jan 15 13:39:41 2007 for PHOSofflineparameterextraction by&nbsp;
45<a href="http://www.doxygen.org/index.html">
46<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
47</body>
48</html>