]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSetfSDD.h
negative indexes allowed
[u/mrichter/AliRoot.git] / ITS / AliITSetfSDD.h
index 1bc76f9f1f0f9791fdcb1a873fa0da1cae69f23f..fb7466ed5c9cc74651af3c30965abd1c97179e71 100644 (file)
@@ -3,11 +3,15 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
 #include <TObject.h>
 
 static const Int_t kMaxNofPoles = 5;
 static const Int_t kMaxNofSamples = 1024;
 
+class TString;
+
 class AliITSetfSDD : public TObject {
 
 ////////////////////////////////////////////////////////////////////////
@@ -22,18 +26,19 @@ class AliITSetfSDD : public TObject {
  public:
     
   AliITSetfSDD() {};                 // default constructor
-  AliITSetfSDD(Double_t timestep);
+  AliITSetfSDD(Double_t timestep, Int_t amplif);
   ~AliITSetfSDD() {;}  
   Double_t GetWeightReal(Int_t n) { return fWR[n]; }
   Double_t GetWeightImag(Int_t n) { return fWI[n]; }
   Double_t GetTraFunReal(Int_t n) { return fTfR[n]; }
   Double_t GetTraFunImag(Int_t n) { return fTfI[n]; }
   Int_t GetSamples() { return kMaxNofSamples; }
+  Float_t GetTimeDelay() { return fTimeDelay; }
   void PrintElectronics();          // Print Electronics parameters  
 
- private:
+ protected:
 
-  
+  Float_t  fTimeDelay;         //  Time delay caused by the amplifier shaping
   Double_t fSamplingTime;      //
   Double_t fT0;                //
   Double_t fDf;                //