]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/vzero_digits.C
Update responsibles for MCH, MTR, HMP
[u/mrichter/AliRoot.git] / EVE / alice-macros / vzero_digits.C
index 5f516d3c8a23e677efdc22d9d8c62a14ecd1ba1f..4c4c2e39bb2e21a631e6ea72525eda3a00a8aee3 100644 (file)
@@ -7,6 +7,25 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TClonesArray.h>
+#include <TGeoManager.h>
+#include <TMath.h>
+#include <TStyle.h>
+#include <TTree.h>
+#include <TEveManager.h>
+#include <TEveElement.h>
+#include <TEvePointSet.h>
+#include <TEveQuadSet.h>
+#include <TEveTrans.h>
+
+#include <AliRunLoader.h>
+#include <AliVZEROdigit.h>
+#include <AliEveEventManager.h>
+#endif
+
+
 //   fV0CHeight1  =  2.5; // height of cell 1
 //   fV0CHeight2  =  4.4; // height of cell 2
 //   fV0CHeight3  =  7.4; // height of cell 3
@@ -87,8 +106,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);