[fluka-discuss]: Question about variables in MGDRAW.f

From: babintsev <babintsev_at_ihep.ru>
Date: Mon, 16 Sep 2019 08:54:39 +0300

    Dear experts

  I have a question about variables in MGDRAW.f
  I want to save all information for particles
  crossing the boundary.
  For this I use    function :

         ENTRY BXDRAW ( ICODE, MREG, NEWREG, XSCO, YSCO, ZSCO )

  here I use dirction of partciles : CXTRCK, CYTRCK, CZTRCK
  (it is my guess): an example :

           WRITE(85, " (I5,2x,I7,1x,10(E12.4,1x)) ")
      &             NEWREG, NCASE, Ekin, CMTRCK, Tmks,
      &             WTRACK, XSCO, YSCO, ZSCO,
      &             CXTRCK, CYTRCK, CZTRCK

  But in the function :     ENTRY SODRAW

  I see another variables for directions : TXFLK(I), ... (my guess again)

*         WRITE (IODRAW) ( IONID,SNGL(-TKEFLK(I)),
*     &                    SNGL (WTFLK(I)), SNGL (XFLK (I)),
*     &                    SNGL (YFLK (I)), SNGL (ZFLK (I)),
*     &                    SNGL (TXFLK(I)), SNGL (TYFLK(I)),
*     &                    SNGL (TZFLK(I)), I = 1, NPFLKA )

  -----------------------------

  My questions :

  which variables are correct to save particles information ?

  where I can find clear description of all variables ?

  thanks,
  Vladimie

__________________________________________________________________________
You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id=acc_info
Received on Mon Sep 16 2019 - 09:09:08 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 16 2019 - 09:09:10 CEST