]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttleLogbookEntry.h
Extending period for DCS DPs query to the time when the run number was created
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttleLogbookEntry.h
index fcedb17f1e35f8967d5ce8c10b73b9bdd97fe9fa..a9c64fc12dcd3b8c86dd7ca47974c720d03c6e70 100644 (file)
@@ -38,6 +38,7 @@ public:
        Int_t GetRun() const {return fRun;}
        UInt_t GetStartTime() const  {TString tmp(GetRunParameter("DAQ_time_start")); return tmp.Atoi();}
        UInt_t GetEndTime() const {TString tmp(GetRunParameter("DAQ_time_end")); return tmp.Atoi();}
+       UInt_t GetTimeCreated() const {TString tmp(GetRunParameter("time_created")); return tmp.Atoi();}
        Bool_t GetECSSuccess() const {TString tmp(GetRunParameter("ecs_success")); return (Bool_t) tmp.Atoi();}
 
 //     void SetRun(Int_t run) {fRun=run;}