]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/Fepisor.h
NORLAT common block added. (Andrei Gheata)
[u/mrichter/AliRoot.git] / TFluka / Fepisor.h
index 07e1dce9b8ab4fd9cac52aaa92a08cedb5539370..8b8bd8c07e9767bb49e6cacb14f0a5f30c2820a8 100644 (file)
@@ -54,6 +54,16 @@ typedef struct {
 } chepsrCommon;
 #define CHEPSR COMMON_BLOCK(CHEPSR,chepsr)
 COMMON_BLOCK_DEF(chepsrCommon,CHEPSR);
+
+typedef struct {
+   Double_t xn[3];
+   Double_t wn[3];
+   Double_t distn;
+   Int_t    irltno;
+   Int_t    irrnor;
+} norlatCommon;
+#define NORLAT COMMON_BLOCK(NORLAT,norlat)
+COMMON_BLOCK_DEF(norlatCommon,NORLAT);   
 }
 
 #endif