From 007e62b289d30d0efa3c13939d92c00d21f43a3b Mon Sep 17 00:00:00 2001 From: laphecet Date: Tue, 8 Mar 2011 15:36:41 +0000 Subject: [PATCH] Make 2011 the default OCDB --- MUON/AliMUONMchViewApplication.cxx | 5 +++++ MUON/AliMUONMchViewApplication.h | 2 +- MUON/AliMUONPainterDataSourceFrame.cxx | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MUON/AliMUONMchViewApplication.cxx b/MUON/AliMUONMchViewApplication.cxx index 22d20133b9d..1471ebaf034 100644 --- a/MUON/AliMUONMchViewApplication.cxx +++ b/MUON/AliMUONMchViewApplication.cxx @@ -466,6 +466,11 @@ AliMUONMchViewApplication::ReleaseNotes() TGTextView* rn = new TGTextView(t); + rn->AddLine("1.08"); + rn->AddLine(""); + rn->AddLine("Changed the default OCDB to 2011 version"); + rn->AddLine(""); + rn->AddLine("1.07"); rn->AddLine(""); rn->AddLine("Added the RejectList as a possible OCDB data source"); diff --git a/MUON/AliMUONMchViewApplication.h b/MUON/AliMUONMchViewApplication.h index 64e0b5e187f..f8542606916 100644 --- a/MUON/AliMUONMchViewApplication.h +++ b/MUON/AliMUONMchViewApplication.h @@ -32,7 +32,7 @@ public: void HandleMenu(Int_t i); /// Return the version number of the mchview application - static const char* Version() { return "1.07"; } + static const char* Version() { return "1.08"; } /// Return the SVN revision and version number of the mchview application static const char* FullVersion() { return Form("mchview Version %s ($Id$)",Version()); } diff --git a/MUON/AliMUONPainterDataSourceFrame.cxx b/MUON/AliMUONPainterDataSourceFrame.cxx index 9781f0956f5..c51fddb0f6e 100644 --- a/MUON/AliMUONPainterDataSourceFrame.cxx +++ b/MUON/AliMUONPainterDataSourceFrame.cxx @@ -83,7 +83,7 @@ AliMUONPainterDataSourceFrame::AliMUONPainterDataSourceFrame(const TGWindow* p, fOCDBSelector(new TGGroupFrame(this,"OCDB Path",kHorizontalFrame)), fDataReaders(new TGGroupFrame(this,"Data sources")), fFilePath(new TGTextEntry(fRawSelector21,"")), - fOCDBPath(new TGTextEntry(fOCDBSelector,"alien://folder=/alice/data/2010/OCDB")), + fOCDBPath(new TGTextEntry(fOCDBSelector,"alien://folder=/alice/data/2011/OCDB")), fRunSelector(new TGNumberEntry(fOCDBSelector,0,10)), fOCDBTypes(new TGComboBox(fOCDBSelector)), fRecentSources(new TGComboBox(fRecentSourceSelector)), -- 2.43.0