]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONMchViewApplication.cxx
updates to fix histogram ranges, new 2D cuts, new Analysis macro for fast QA
[u/mrichter/AliRoot.git] / MUON / AliMUONMchViewApplication.cxx
index ba4a63739b431c11016e2b8501a7c3232f2b802d..5956f858f4c9c56a59fa336f41506af6021dc9a5 100644 (file)
@@ -57,6 +57,8 @@
 ///
 ///\author Laurent Aphecetche, Subatech
 
+using std::cout;
+using std::endl;
 /// \cond CLASSIMP
 ClassImp(AliMUONMchViewApplication)
 /// \endcond CLASSIMP
@@ -495,6 +497,11 @@ AliMUONMchViewApplication::ReleaseNotes()
   
   TGTextView* rn = new TGTextView(t);
 
+  rn->AddLine("1.13");
+  rn->AddLine("");
+  rn->AddLine("Make default OCDB = 2013 one");
+  rn->AddLine("");
+
   rn->AddLine("1.11");
   rn->AddLine("");
   rn->AddLine("Adding [Compare alignments] in the Tools menu + make default OCDB be 2012's version");