[KLOE] [Offline Doc] [TRK Files]

Track Reconstruction Library

jobsta.inc


C  DEC/CMS REPLACEMENT HISTORY, Element JOBSTA.CIN
C  *1    18-JUN-1991 19:47:33 FLAVIA "Analysis driver job status information"
C  DEC/CMS REPLACEMENT HISTORY, Element JOBSTA.CIN
C===Include file C$INC:JOBSTA.INC
C
C===Description:
C
C	This include file contains common blocks for the status
C	variables which describe the event flow in CDFGEN/SIM/ANA jobs.
C
C===Author:
C
C	Keith Chadwick
C	CDF-Purdue University
C
C---Job status variables:
	COMMON /JOBSTI/ NRUN, NEV, NRUNA, NEVA, IBEGRN, IENDRN,
     1		IUDBUG, NEVP, NEVPR, NEVPA, NREC, NRECF
	INTEGER		NRUN, NEV, NRUNA, NEVA, IBEGRN, IENDRN
	INTEGER		IUDBUG,	NEVP, NEVPR, NEVPA, NREC, NRECF
C
C---LRID bank variables:
	COMMON /JOBLRI/ EXPTYP, PARTNO, RUNTYP, LRECNO, NRCTHS,
     1		CDFCID, IRTYPA, VERNUM, RELNUM, CRPRID,
     2		CRYEAR,  CRMON,  CRDAY,
     3		CRHOUR,  CRMIN,  CRSEC
	INTEGER		EXPTYP, PARTNO, RUNTYP, LRECNO, NRCTHS
	INTEGER		CDFCID, IRTYPA, VERNUM, RELNUM, CRPRID
	INTEGER		CRYEAR,  CRMON,  CRDAY
	INTEGER		CRHOUR,  CRMIN,  CRSEC
C
C---EVCL bank variables:
	COMMON /JOBEVC/ TRIGNO, TRGSUM(4),
     1		STEVTI, SDONET, RPTMOD, RESERV, SOPTYP, SBUFNO,
     2		SREADO(2), SRESIO(2), CREADO(2), TERSUM(2)
	INTEGER		TRIGNO,    TRGSUM
	INTEGER		STEVTI, SDONET, RPTMOD, RESERV, SOPTYP, SBUFNO
	INTEGER 	SREADO,    SRESIO,    CREADO,    TERSUM
C
C---Environmental status parameters
	COMMON /JOBSTR/ ROOTS, BMAGNT, BMAGFT, BMAGBT
	REAL		ROOTS, BMAGNT, BMAGFT, BMAGBT
C
C---Description of the Job status parameters:
C	NRUN   - run   number of current event (loaded from LRID)
C	NEV    - event number of current event
C
C	******** The event number is defined as follows *********
C	*   When an event record is read in that contains an    *
C	*   EVCL bank, the event number is the trigger number,  *
C	*   otherwise the event number is the logical record    *
C	*   number of records of this type (event record) from  *
C	*   the LRID bank.                                      *
C	*********************************************************
C
C---Description of the Job diagnostic parameters:
C	NRUNA  - run number of the last event record analyzed
C	NEVA   - the last event record analysed
C	IBEGRN - last run for which a begin run record was encountered
C	IENDRN - last run for which an end run record was encountered
C	IUDBUG - user defined debug level
C
C---Description of the Job status scalars:
C	NEVP   - total number of events processed thus far
C	NEVPR  - total number of events processed thus far (in current run)
C	NEVPA  - total number of events passed to "analysis" thus far
C	NREC   - total number of logical records processed thus far
C	NRECF  - total number of logical records processed in this input file
C
C---Description of the LRID bank variables:
C	EXPTYP - Experiment type
C	PARTNO - Partition number
C	RUNTYP - Run type
C	LRECNO - Logical record number
C	NRCTHS - Logical record number of this type within run
C	CDFCID - CDF computer ID
C	IRTYPA - Record type
C	VERNUM - Version number
C	RELNUM - Release number
C	CRPRID - Creating process ID
C	CRYEAR - Year of record creation
C	 CRMON - Month of record creation
C	 CRDAY - Day of record creation
C	CRHOUR - Hour of record creation
C	 CRMIN - Minute of record creation
C	 CRSEC - Second of record creation
C
C---Description of the EVCL bank variables:
C	TRIGNO - The trigger number
C	TRGSUM - Trigger summary
C	STEVTI - Stale event timer
C	SDONET - Scanner done timer
C	RPTMOD - Repeat mode
C	RESERV - Reserved
C	SOPTYP - Scanner START-SCAN operation type
C	SBUFNO - Scanner buffer number
C	SREADO - Scanners readout
C	SRESIO - Residual scanners readout
C	CREADO - Components readout
C	TERSUM - Error summary
C
C---Description of the environmental status parameters:
C	ROOTS  - twice the proton beam energy = Ecm
C	BMAGNT - absolute value of the z component of the solenoidal
C		 magnetic field.  The x and y components are assumed
C		 to be 0.  Note that the arithmetic sign of Bz must be
C		 negative in order that the CTC function in a sensible
C		 fashion.
C	BMAGFT - forward  toroid magnetic field.
C	BMAGBT - backward toroid magnetic field.
C
C===End of include file C$INC:JOBSTA.INC
[KLOE] [Offline Doc] [TRK Files]
Generated with Light on Thu Apr 8 13:00:16 MET DST 1999 .
Mail comments and suggestions.