**/
AliHLTPHOSRawAnalyzerCrude::AliHLTPHOSRawAnalyzerCrude():AliHLTPHOSRawAnalyzer()
{
- cout <<"You cannot invoke the Fitter without arguments"<<endl;
+ // cout <<"AliHLTPHOSRawAnalyzerCrude::Creating a new AliHLTPHOSRawAnalyzerCrude() object "<<endl;
}
/**
-* Extraction of timing and energy using the Peakfinde Algorithm.
+* Extraction of timing and energy using Crude estimate.
* The. The parameters "start" and "length" defines a sub array of the data array
* that will be used for the the fit. If start+length must not exeed the total length
* of the Data array. "start" must be chosen as close as possible to t0.
void
AliHLTPHOSRawAnalyzerCrude::Evaluate(int start, int length)
{
+ // printf("\nAliHLTPHOSRawAnalyzerCrude::Evaluat() from index %d to %d\n", start, start + length);
+
double tmpAmplitudeMax =0;
double tmpTime = 0;
fDAmpl = tmpAmplitudeMax;
fDTof = tmpTime;
+
//thats all
} //end Crude