]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Parameters.h
Drift velocity calibration document
[u/mrichter/AliRoot.git] / T0 / AliT0Parameters.h
index 189e5d4ed70a96f337f5ec392e0f9b6da895829d..8c9a90cd7eb12c0c5f40a421dbfcf6e51a9c934c 100644 (file)
@@ -47,7 +47,7 @@ public:
   void SetPMTeff(Int_t ipmt);  
 
   void SetTimeDelayTVD(Float_t r=150)   { fTimeDelayTVD = r; };
-  Float_t GetTimeDelayTVD()   { return fTimeDelayTVD; }
+  const Float_t GetTimeDelayTVD()   { return fTimeDelayTVD; }
 
  
   // Get `Fixed' various parameters
@@ -76,8 +76,8 @@ public:
   Float_t GetTimeDelayCFD(Int_t ipmt);
 //  Float_t GetTimeV0(Int_t ipmt = 512) {return  fTimeV0;}
 
-  //  void SetMeanT0(Int_t mean=500) { fMeanT0 = mean; };
-  Int_t GetMeanT0 (); //{return fMeanT0;};
+  void SetMeanT0(Int_t mean=512) { fMeanT0 = mean; };
+  Int_t GetMeanT0 () {return fMeanT0;};
 
   TMap * GetMapLookup();
   Int_t GetChannel(Int_t trm,  Int_t tdc, Int_t chain, Int_t channel);