]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/vzero_digits.C
alice-data/gentle_geo_trd.root
[u/mrichter/AliRoot.git] / EVE / alice-macros / vzero_digits.C
index 2e193b001b7ea19389cb054e8c33ae9a7e9e7135..2ff7d236f85055c252d3104b1c56ec2b6bd4c028 100644 (file)
@@ -4,19 +4,20 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
-//   fV0CHeight1         =    2.5; // height of cell 1
-//   fV0CHeight2         =    4.4; // height of cell 2
-//   fV0CHeight3         =    7.4; // height of cell 3
-//   fV0CHeight4         =   12.5; // height of cell 4
-//   fV0CRMin            =    4.6; // inner radius of box
-
-//   fV0AR0     =  4.2;  // Radius of hole
-//   fV0AR1     =  7.6;  // Maximun radius of 1st cell
-//   fV0AR2     = 13.8; // Maximun radius of 2nd cell
-//   fV0AR3     = 22.7; // Maximun radius of 3rd cell
-//   fV0AR4     = 41.3; // Maximun radius of 4th cell
+
+//   fV0CHeight1  =  2.5; // height of cell 1
+//   fV0CHeight2  =  4.4; // height of cell 2
+//   fV0CHeight3  =  7.4; // height of cell 3
+//   fV0CHeight4  = 12.5; // height of cell 4
+//   fV0CRMin     =  4.6; // inner radius of box
+//
+//   fV0AR0       =  4.2; // Radius of hole
+//   fV0AR1       =  7.6; // Maximun radius of 1st cell
+//   fV0AR2       = 13.8; // Maximun radius of 2nd cell
+//   fV0AR3       = 22.7; // Maximun radius of 3rd cell
+//   fV0AR4       = 41.3; // Maximun radius of 4th cell
 
 void vzero_digits()
 {
@@ -43,7 +44,7 @@ void vzero_digits()
 
   TEveQuadSet* modL = new TEveQuadSet("V0L");
   modL->Reset(TEveQuadSet::kQT_FreeQuad, kFALSE, 32);
+
   Int_t numEntr = dca->GetEntriesFast();
   for (Int_t entr=0; entr<numEntr; ++entr)
   {
@@ -86,8 +87,8 @@ void vzero_digits()
     }
   }
 
-  modL->RefHMTrans().SetPos(0, 0, 324);
-  modR->RefHMTrans().SetPos(0, 0, -84);
+  modL->RefMainTrans().SetPos(0, 0, 324);
+  modR->RefMainTrans().SetPos(0, 0, -84);
 
   gEve->AddElement(modL);
   gEve->AddElement(modR);