]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Make 2011 the default OCDB
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2011 15:36:41 +0000 (15:36 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2011 15:36:41 +0000 (15:36 +0000)
MUON/AliMUONMchViewApplication.cxx
MUON/AliMUONMchViewApplication.h
MUON/AliMUONPainterDataSourceFrame.cxx

index 22d20133b9de7b8de0bf23e7b586fd3ff70f13c7..1471ebaf034da66fffde7320f700f2b329d5d32d 100644 (file)
@@ -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");
index 64e0b5e187f771799172953d23adda8da243f229..f85426069169b429914d8d9098cf9831864361d0 100644 (file)
@@ -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()); }
index 9781f0956f5daa86904189d45b3781a92e25f385..c51fddb0f6e85890258e08e0ec09c4cb7da0a0eb 100644 (file)
@@ -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)),