]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Included a default Altro Map in case there is no connection to OCDB. Fix by CHC.
authorhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 20:00:14 +0000 (20:00 +0000)
committerhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 20:00:14 +0000 (20:00 +0000)
FMD/AliFMDParameters.h

index 560b6b1e2209e1295975b6ecec77e8d314f2479c..dda3cd3676fd3456e8d2d14360e9dcd32091cd2a 100644 (file)
@@ -151,6 +151,7 @@ public:
   void SetZeroSuppression(UShort_t s=0)       { fFixedZeroSuppression = s; }
   /** @param r How many times we oversample each strip. */
   void SetSampleRate(UShort_t r=1)            { fFixedSampleRate = (r>2?2:r);}
+  void SetSampleRate(AliFMDCalibSampleRate* r) { fSampleRate = r; }
   /** @param p Pedestal value in ADC counts */
   void SetPedestal(Float_t p=10)              { fFixedPedestal = p; }
   /** @param w Pedestal width in ADC counts */