]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct orientation of modules. (J. Barbosa)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Nov 2002 08:59:20 +0000 (08:59 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Nov 2002 08:59:20 +0000 (08:59 +0000)
RICH/AliRICHDisplay.cxx

index 499f9e16f2a15f646d3be4479b1d6e0a54c9ab9d..bbe9d887d716a20a517504369230395fd7fb628f 100644 (file)
 
 /*
   $Log$
+  Revision 1.18  2002/10/29 14:24:19  morsch
+  Minor corrections on the display (adc counts readable, ...).
+  (J. Barbosa)
+
   Revision 1.17  2001/10/23 13:03:35  hristov
   The access to several data members was changed from public to protected. The digitisation was adapted to the multi-event case (J.Chudoba)
 
@@ -200,10 +204,10 @@ AliRICHDisplay::AliRICHDisplay(Int_t size)
     SetRange();
     
     // Set front view by default
-    //fTheta = 90;              //inclined HMPID
-    //fPhi   = 30;              //inclined HMPID
-    fTheta = 90;               //normal HMPID
-    fPhi   = 90;                //normal HMPID
+    fTheta = 90;              //inclined HMPID
+    fPhi   = 30;              //inclined HMPID
+    //fTheta = 90;               //normal HMPID
+    //fPhi   = 90;                //normal HMPID
     fPsi   = 0;
     fChamber = 1;
     fCathode = 1;