From: morsch Date: Mon, 4 Nov 2002 08:59:20 +0000 (+0000) Subject: Correct orientation of modules. (J. Barbosa) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=192b81a637109b013d7ef406f5208b3e4d80b9da;p=u%2Fmrichter%2FAliRoot.git Correct orientation of modules. (J. Barbosa) --- diff --git a/RICH/AliRICHDisplay.cxx b/RICH/AliRICHDisplay.cxx index 499f9e16f2a..bbe9d887d71 100644 --- a/RICH/AliRICHDisplay.cxx +++ b/RICH/AliRICHDisplay.cxx @@ -15,6 +15,10 @@ /* $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;