Running on FALCON



next up previous contents
Next: ALEPH Programmers hints Up: Special running modes Previous: Special cards

Running on FALCON

On FALCON, JULIA is run twice on a given raw data file, one in PASS 0 mode and one in standard mode. In PASS 0 mode, the TPC drift velocity is being determined for the run (the drift velocity from the previous good for PASS 0 run is used as input, the TDPV bank), the VDET hot channels (VHOT bank) are also flagged. The output of PASS 0 (OUTPASS0.CARDS) is then used as input for the standard JULIA run. Below is given an example of JULIA cards used on FALCON for the second step.

JCAR 0 / $TEXT
FILO 'POT.NATIVE  | NATIVE'
SUMR 'SUMR.NATIVE | NATIVE'
FILI 'RAW.NATIVE  | NATIVE'
READ 'OUTPASS0.CARDS'
*----------------------- START of FALCON CARDS ------------------------------
JOBC 'TIME',60
*------ Detectors to be processed -------------------------------------------
PROC 'SKEL', 'VDET', 'ITC ', 'TPC ', 'ECAL', 'CALO', 'HCAL', 'MUON'
     'YREC', 'YTOP', 'LCAL', 'SATR', 'BCAL', 'BOM ', 'FALC', 'SICA'
     'EFLO'
*------ Histograms and print level flags ------------------------------------
SKEL 'HIST' 0 'PRIN' 2 'SPRI' 0 'EPRI' 2
VDET 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
ITC  'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
TPC  'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
ECAL 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
CALO 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
HCAL 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
MUON 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
YREC 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
YTOP 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
LCAL 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
SATR 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
BCAL 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
BOM  'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
SICA 'HIST' 0 'PRIN' 0 'SPRI' 0 'EPRI' 0
*----------------------------------------------------------------------------
HPRI
UDAF            ! Use UDAF for Normal processing, no UDAF for re-processing
ERRP 1          ! print any error not more than one time
GARB            ! perform garbage collection between julia modules
COMP   'INTE'   ! compress only integer numbers
*------ missing formats -----------------------------------------------------
*IZDV $FMT 'I'   ! Example
*----------------------- END   of FALCON CARDS ------------------------------
POFF
END$

JULIA can also be ran without PASS 0, in that case, the TPC drift velocity is taken from the TDFV data base bank and the VDET hot channels bank (VHOT) as well.



Eric Lancon
Thu Sep 29 15:07:07 MET 1994