]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/Fevtflg.h
Minor changes to comply with the new version of AliAltroRawStream (C.Cheshkov)
[u/mrichter/AliRoot.git] / TFluka / Fevtflg.h
CommitLineData
f827183d 1extern "C" {
2//*$ create evtflg.add
3//*copy evtflg
4//*
5//*=== evtflg ===========================================================*
6//*
7//*----------------------------------------------------------------------*
8//* *
9//* event flags: *
10//* *
11//* created on 19 may 1998 by alfredo ferrari & paola sala *
12//* infn - milan *
13//* *
14//* last change on 13-aug-99 by alfredo ferrari *
15//* *
16//* *
17//*----------------------------------------------------------------------*
18//*
19//*
20
21typedef struct {
22 Int_t lelevt;
23 Int_t linevt;
24 Int_t ldecay;
25 Int_t ldltry;
26 Int_t lpairp;
27 Int_t lbrmsp;
28 Int_t lannrs;
29 Int_t lannfl;
30 Int_t lphoel;
31 Int_t lcmptn;
32 Int_t lcohsc;
33 Int_t llensc;
34 Int_t loppsc;
71dd9297 35 Int_t leldis;
380c2ff0 36 Int_t lrdcay;
f827183d 37 Int_t ntrcks;
38} evtflgCommon;
39#define EVTFLG COMMON_BLOCK(EVTFLG,evtflg)
40COMMON_BLOCK_DEF(evtflgCommon,EVTFLG);
41}