]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EMCAL/AliCaloRawAnalyzerFakeALTRO.h
attempt to address new coverity reports for AliCalo stuff and QA checker
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzerFakeALTRO.h
... / ...
CommitLineData
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 */
6/*
7
8
9Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
10*/
11
12#include "AliCaloRawAnalyzerFitter.h"
13
14class AliCaloRawAnalyzerFakeALTRO : public AliCaloRawAnalyzerFitter
15{
16 friend class AliCaloRawAnalyzerFactory;
17
18 public:
19 virtual ~AliCaloRawAnalyzerFakeALTRO();
20 virtual AliCaloFitResults Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector, const UInt_t altrocfg1, const UInt_t altrocfg2 );
21
22 private:
23 AliCaloRawAnalyzerFakeALTRO();
24 AliCaloRawAnalyzerFakeALTRO(const AliCaloRawAnalyzerFakeALTRO & );
25 AliCaloRawAnalyzerFakeALTRO & operator = (const AliCaloRawAnalyzerFakeALTRO &);
26 ClassDef(AliCaloRawAnalyzerFakeALTRO,1)
27
28};
29
30#endif