]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/AliCaloRawAnalyzerFakeALTRO.h
added run dependent corrections on T for calibration, removed old method
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzerFakeALTRO.h
CommitLineData
de39a0ff 1#ifndef ALICALORAWANALYZERFAKEALTRO_H
2#define ALICALORAWANALYZERFAKEALTRO_H
3
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
de39a0ff 6/*
7
8
9Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
10*/
11
396baaf6 12#include "AliCaloRawAnalyzerFitter.h"
de39a0ff 13
396baaf6 14class AliCaloRawAnalyzerFakeALTRO : public AliCaloRawAnalyzerFitter
de39a0ff 15{
92d9f317 16 friend class AliCaloRawAnalyzerFactory;
17
de39a0ff 18 public:
de39a0ff 19 virtual ~AliCaloRawAnalyzerFakeALTRO();
de39a0ff 20 virtual AliCaloFitResults Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector, const UInt_t altrocfg1, const UInt_t altrocfg2 );
de39a0ff 21
de39a0ff 22 private:
92d9f317 23 AliCaloRawAnalyzerFakeALTRO();
de39a0ff 24 AliCaloRawAnalyzerFakeALTRO(const AliCaloRawAnalyzerFakeALTRO & );
25 AliCaloRawAnalyzerFakeALTRO & operator = (const AliCaloRawAnalyzerFakeALTRO &);
de39a0ff 26 ClassDef(AliCaloRawAnalyzerFakeALTRO,1)
27
28};
29
30#endif