]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/isabnk.inc
Update rawdata format for trigger (Christian)
[u/mrichter/AliRoot.git] / ISAJET / isajet / isabnk.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_ISABNK_INC
2#define CERNLIB_ISAJET_ISABNK_INC
3*
4*
5* isabnk.inc
6*
7C
8 COMMON/ISABNK/BANK,FILISA,FILIS2
9 SAVE /ISABNK/
10 CHARACTER*12 BANK
11 CHARACTER*80 FILISA,FILIS2
12C
13C If BANK='ISAP' Zebra bank ISAP (particles) will be written out
14C if BANK='ISAC' " ISAC (pseudo calorimeter) will be written out
15C If BANK='ISAL' " ISAL (leptons) will be written out
16C if BANK='ISAPISAC' both groups will be written out
17C if BANK='ISAPISACISAL' all groups will be written out
18C
19C FILISA= name of ISAJET events file (ZEBRA)
20C FILIS2= name of second file if needed for output
21C
22
23#endif