]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCDBStorage.h
Additional functionality. Access to the objects containing histograms when the file...
[u/mrichter/AliRoot.git] / STEER / AliCDBStorage.h
index 1b8e9ba62a7bddd2cb0e761090bc18b21418040f..4065e57762fe8348f5beae12d8ea31d8403f90a1 100644 (file)
@@ -51,6 +51,8 @@ public:
        void RemoveSelection(int position);
        void RemoveAllSelections();
                
+       void PrintSelectionList();
+
        AliCDBEntry* Get(const AliCDBId& query);
        AliCDBEntry* Get(const AliCDBPath& path, Int_t runNumber, 
                                Int_t version = -1, Int_t subVersion = -1);
@@ -63,9 +65,6 @@ public:
        TList* GetAll(const AliCDBPath& path, const AliCDBRunRange& runRange,
                                 Int_t version = -1, Int_t subVersion = -1); 
        
-       void PrintSelectionList();
-
-
        Bool_t Put(TObject* object, AliCDBId& id,  AliCDBMetaData* metaData);
        Bool_t Put(AliCDBEntry* entry);