AliRoot Core  d69033e (d69033e)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliDigitsArray.h
Go to the documentation of this file.
1 #ifndef ALIDIGITSARRAY_H
2 #define ALIDIGITSARRAY_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 /* $Id$ */
7 
11 
12 #include "AliSegmentArray.h"
13 class AliDetectorParam;
14 
16 public:
18  AliDigitsArray(const AliDigitsArray &param); // copy constructor
20  virtual ~AliDigitsArray();
21  virtual Bool_t Setup(AliDetectorParam *param); //setup array according parameters
22  const AliDetectorParam * GetParam() {return fParam;}
23  virtual Bool_t SetParam(AliDetectorParam * param);
24 protected:
26  ClassDef(AliDigitsArray,1) // Digits manager
27 };
28 
29 #endif //ALIDIGITSARRAY_H
AliDetectorParam * fParam
pointer to detector parameters
Manager class for detector parameters.
virtual Bool_t SetParam(AliDetectorParam *param)
AliDigitsArray & operator=(const AliDigitsArray &param)
virtual Bool_t Setup(AliDetectorParam *param)
virtual ~AliDigitsArray()
const AliDetectorParam * GetParam()