]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/CDB/AliCDBManager.h
adding getters for the LHC period (OCDB folder) and its first/last run
[u/mrichter/AliRoot.git] / STEER / CDB / AliCDBManager.h
index ce475b6b0f6f9762500b8c10a88c89700692813b..c753791c8a156ee4eb685c5873c3c44174076d4a 100644 (file)
@@ -72,7 +72,7 @@ class AliCDBManager: public TObject {
 
        void UnsetDrain(){fDrainStorage = 0x0;}
 
-       AliCDBEntry* Get(const AliCDBId& query);
+       AliCDBEntry* Get(const AliCDBId& query, Bool_t forceCaching=kFALSE);
        AliCDBEntry* Get(const AliCDBPath& path, Int_t runNumber=-1,
                                Int_t version = -1, Int_t subVersion = -1);
        AliCDBEntry* Get(const AliCDBPath& path, const AliCDBRunRange& runRange,
@@ -134,6 +134,10 @@ class AliCDBManager: public TObject {
        void UnsetSnapshotMode() {fSnapshotMode=kFALSE;}
        void DumpToSnapshotFile(const char* snapshotFileName, Bool_t singleKeys);
   
+       Int_t GetStartRunLHCPeriod();
+       Int_t GetEndRunLHCPeriod();
+       TString GetLHCPeriod();
+
 protected:
 
        static TString fgkCondUri;      // URI of the Conditions data base folder