X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=SHUTTLE%2FAliShuttleLogbookEntry.h;h=5760200a61a32298b6fb6cfbd19a79bc7a385b56;hb=6551594bacbfb878bf120d44d6bf9e5aff4675ad;hp=c701e57beabce2c73922563c2e0f697b5565baa2;hpb=728290a4e66619ebf79bbc60ec41ee87983a8634;p=u%2Fmrichter%2FAliRoot.git diff --git a/SHUTTLE/AliShuttleLogbookEntry.h b/SHUTTLE/AliShuttleLogbookEntry.h index c701e57beab..5760200a61a 100644 --- a/SHUTTLE/AliShuttleLogbookEntry.h +++ b/SHUTTLE/AliShuttleLogbookEntry.h @@ -36,9 +36,8 @@ public: virtual void Copy(TObject& c) const; 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();} + UInt_t GetStartTime() const {TString tmp(GetRunParameter("time_created")); return tmp.Atoi();} + UInt_t GetEndTime() const {TString tmp(GetRunParameter("time_completed")); return tmp.Atoi();} Bool_t GetECSSuccess() const {TString tmp(GetRunParameter("ecs_success")); return (Bool_t) tmp.Atoi();} Bool_t GetDATestMode() const {return fDATestMode;}