]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/html/AliHLTPHOSRawAnalyzerLMS_8cxx-source.html
New documenation:wq
[u/mrichter/AliRoot.git] / HLT / PHOS / html / AliHLTPHOSRawAnalyzerLMS_8cxx-source.html
CommitLineData
8562a9e6 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>AliHLTPHOS: AliHLTPHOSRawAnalyzerLMS.cxx 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>AliHLTPHOSRawAnalyzerLMS.cxx</h1><a href="AliHLTPHOSRawAnalyzerLMS_8cxx.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/**************************************************************************</span>
900002 <span class="comment"> * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *</span>
1000003 <span class="comment"> * *</span>
1100004 <span class="comment"> * Author: Per Thomas Hille for the ALICE HLT Project. *</span>
1200005 <span class="comment"> * Contributors are mentioned in the code where appropriate. *</span>
1300006 <span class="comment"> * *</span>
1400007 <span class="comment"> * Permission to use, copy, modify and distribute this software and its *</span>
1500008 <span class="comment"> * documentation strictly for non-commercial purposes is hereby granted *</span>
1600009 <span class="comment"> * without fee, provided that the above copyright notice appears in all *</span>
1700010 <span class="comment"> * copies and that both the copyright notice and this permission notice *</span>
1800011 <span class="comment"> * appear in the supporting documentation. The authors make no claims *</span>
1900012 <span class="comment"> * about the suitability of this software for any purpose. It is *</span>
2000013 <span class="comment"> * provided "as is" without express or implied warranty. *</span>
2100014 <span class="comment"> **************************************************************************/</span>
2200015
2300016
2400017 <span class="preprocessor">#include "<a class="code" href="AliHLTPHOSRawAnalyzerLMS_8h.html">AliHLTPHOSRawAnalyzerLMS.h</a>"</span>
2500018 <span class="preprocessor">#include &lt;iostream&gt;</span>
2600019
2700020 <span class="keyword">using</span> std::cout;
2800021 <span class="keyword">using</span> std::endl;
2900022
30<a name="l00023"></a><a class="code" href="AliHLTPHOSRawAnalyzerLMS_8cxx.html#a0">00023</a> <a class="code" href="AliHLTPHOSRawAnalyzerPeakFinder_8cxx.html#a0">ClassImp</a>(<a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html">AliHLTPHOSRawAnalyzerLMS</a>)
3100024
3200025
eace7fcd 3300026 <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html">AliHLTPHOSRawAnalyzerLMS</a>::<a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html">AliHLTPHOSRawAnalyzerLMS</a>(const <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html">AliHLTPHOSRawAnalyzerLMS</a>&amp;):<a class="code" href="classAliHLTPHOSRawAnalyzer.html">AliHLTPHOSRawAnalyzer</a>()
8562a9e6 3400027 {
3500028
3600029 }
3700030
3800031
eace7fcd 39<a name="l00038"></a><a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa0">00038</a> <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa0">AliHLTPHOSRawAnalyzerLMS::AliHLTPHOSRawAnalyzerLMS</a>():<a class="code" href="classAliHLTPHOSRawAnalyzer.html">AliHLTPHOSRawAnalyzer</a>()
8562a9e6 4000039 {
4100040 cout &lt;&lt;<span class="stringliteral">"You cannot invoke the Fitter without arguments"</span>&lt;&lt;endl;;
4200041 }
4300042
4400043
eace7fcd 45<a name="l00049"></a><a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa1">00049</a> <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa0">AliHLTPHOSRawAnalyzerLMS::AliHLTPHOSRawAnalyzerLMS</a>(<span class="keywordtype">double</span> *dtaPtr, <span class="keywordtype">double</span> fs):<a class="code" href="classAliHLTPHOSRawAnalyzer.html">AliHLTPHOSRawAnalyzer</a>()
8562a9e6 4600050 {
4700051 fFloatDataPtr = dtaPtr;
4800052 fSampleFrequency = fs;
4900053 } <span class="comment">//end AliHLTPHOSRawAnalyzerLMS </span>
5000054
5100055
52<a name="l00056"></a><a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa4">00056</a> <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa4">AliHLTPHOSRawAnalyzerLMS::~AliHLTPHOSRawAnalyzerLMS</a>()
5300057 {
5400058
5500059 } <span class="comment">//end AliHLTPHOSRawAnalyzerLMS</span>
5600060
5700061
5800073 <span class="keywordtype">void</span>
59<a name="l00074"></a><a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa5">00074</a> <a class="code" href="classAliHLTPHOSRawAnalyzerLMS.html#AliHLTPHOSRawAnalyzerLMSa5">AliHLTPHOSRawAnalyzerLMS::Evaluate</a>(<span class="keywordtype">int</span> start, <span class="keywordtype">int</span> length)
6000075 {
6100076 <span class="comment">/*</span>
6200077 <span class="comment"></span>
6300078 <span class="comment"> */</span>
6400079
6500080 <span class="comment">//thats all </span>
6600081 } <span class="comment">//end FitLMS</span>
6700082
6800083
6900084
7000085
7100086
eace7fcd 72</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Feb 18 22:17:03 2007 for AliHLTPHOS by&nbsp;
8562a9e6 73<a href="http://www.doxygen.org/index.html">
74<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
75</body>
76</html>