]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
put kIDDCS at the end of the list
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Nov 2009 11:09:37 +0000 (11:09 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Nov 2009 11:09:37 +0000 (11:09 +0000)
TRD/AliTRDcalibDB.h

index f6c5e3c9a06fd3320ab20349a6a51440cc63e9fb..1049e8dddd4c3917124e0719d1489f45e5447410 100644 (file)
@@ -98,7 +98,7 @@ class AliTRDcalibDB : public TObject {
  protected:
 
   // For caching see also implentation of GetCachedCDBObject in the .cxx file
-  enum { kCDBCacheSize = 19 };   // Number of cached objects
+  enum { kCDBCacheSize = 20 };   // Number of cached objects
   enum { kIDVdriftPad = 0
        , kIDVdriftChamber
        , kIDT0Pad
@@ -109,7 +109,6 @@ class AliTRDcalibDB : public TObject {
        , kIDNoisePad
        , kIDPRFWidth
        , kIDFEE
-       , kIDDCS
        , kIDChamberPos
        , kIDStackPos
        , kIDSuperModulePos
@@ -118,7 +117,8 @@ class AliTRDcalibDB : public TObject {
        , kIDRecoParam
        , kIDMonitoringData
        , kIDChamberStatus
-       , kIDPadStatus };         // IDs of cached objects
+       , kIDPadStatus
+       , kIDDCS };         // IDs of cached objects
 
   const TObject *GetCachedCDBObject(Int_t id);