]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THijing/Hcommon.h
added the delete of EMCAL object posted in the folder when new file is opened
[u/mrichter/AliRoot.git] / THijing / Hcommon.h
index 351230b7bcd52c01cff30449fe9fd8223fe36497..2804eaadcbb92303e37fc560c2924e7c400cb32b 100644 (file)
@@ -1,4 +1,3 @@
-
 #ifndef ROOT_HCommon
 #define ROOT_HCommon
 
@@ -348,11 +347,12 @@ COMMON_BLOCK_DEF(Himain1Common,HIMAIN1);
 
 
 /*========================================================*/
-/* COMMON/HIMAIN2/KATT(130000,4),PATT(130000,4)           */
+/* COMMON/HIMAIN2/KATT(200000,4),PATT(200000,4),VATT(200000,4)*/
 /*--------------------------------------------------------*/
 typedef struct {
    Int_t    katt[4][200000];
    Float_t  patt[4][200000];
+   Float_t  vatt[4][200000];    
 } Himain2Common;
 
 #define HIMAIN2 COMMON_BLOCK(HIMAIN2,himain2)
@@ -567,6 +567,18 @@ COMMON_BLOCK_DEF(HistrngCommon,HISTRNG);
 /*        the projectile nucleons.                                      */
 /*                                                                      */
 /*=======================================================================*/
+
+//    COMMON/LUDAT1_HIJING/MSTU(200),PARU(200),MSTJ(200),PARJ(200) 
+//     SAVE /LUDAT1_HIJING/
+    typedef struct {
+       Int_t    mstu[200];
+       Float_t  paru[200];
+       Int_t    mstj[200];
+       Float_t  parj[200];
+} Ludat1_HijingCommon;
+
+#define LUDAT1_HIJING COMMON_BLOCK(LUDAT1_HIJING,ludat1_hijing)
+COMMON_BLOCK_DEF(Ludat1_HijingCommon,LUDAT1_HIJING);
 }
 
 #endif