AliRoot Core  3dc7879 (3dc7879)
AliTPCPreprocessorOnline.h
Go to the documentation of this file.
1 #ifndef ALITPCPREPROCESSORONLINE_H
2 #define ALITPCPREPROCESSORONLINE_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 /* $Id: AliTPCPreprocessorOnline.h,v */
7 
12 
13 
14 class AliTPCCalPad;
15 class AliTPCCalROC;
16 class AliTPCCalibViewer;
17 class TMap;
18 
19 class AliTPCPreprocessorOnline : public TObject {
20 public:
23  AliTPCPreprocessorOnline(TMap *map);
25  virtual ~AliTPCPreprocessorOnline();
26 
27  void AddComponent(TObject *obj);
28  void DumpToFile(const char* fileName);
29 
30  TMap *GetMap() {return fMap; } // for debugging
31 
32 
33 protected:
34  TMap *fMap;
35 
37  ClassDef(AliTPCPreprocessorOnline,1) // TPC preprocessor class
39 };
40 
41 #endif
42 
43 
44 
Class for viewing/visualizing TPC calibration data.
TString fileName(const char *dir, int runNumber, const char *da, int i, const char *type)
TPC calibration base class for one ROC.
Definition: AliTPCCalROC.h:20
AliTPCPreprocessorOnline & operator=(const AliTPCPreprocessorOnline &param)
void DumpToFile(const char *fileName)
Preprocessor class for HLT and DAQ.
TMap * fMap
Map of the AliTPCCalPads.