]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
-changed time between nextEvent calls in AliEveHOMERManager.cxx
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 2 May 2010 16:01:48 +0000 (16:01 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 2 May 2010 16:01:48 +0000 (16:01 +0000)
-added fit statistic in od.C

EVE/EveHLT/AliEveHOMERManager.cxx
EVE/hlt-macros/od.C

index 3de1ab1f4a3fca348948fecf10729f500e9aab43..809b4716723b428506c83a3a6060b2bfafee36fa 100644 (file)
@@ -547,7 +547,7 @@ void AliEveHOMERManager::StartLoop() {
   //See header file for documentation
   //fTimer->SetCommand("NextEvent()", "AliEveHOMERManager", this);
   SetEventLoopStarted(kTRUE);
-  fTimer->Start(3000);
+  fTimer->Start(10000);
 }
 
 void AliEveHOMERManager::StopLoop() {
index 20e7db67dd5a40396df6dd4dd10842cbccfba757..68e5792ea46dd79c037c843054e6452405c95141 100644 (file)
@@ -419,6 +419,8 @@ Int_t initializeEveViewer( Bool_t showBarrel, Bool_t showMuon ) {
 
   gStyle->SetPalette(1, 0);
 
+  gStyle->SetOptFit(1);
+
 
   
   return 0;