[Prev][Next][Index][Thread]

Re: memo gruppi run ????




 il run period e' il primo set di intervalli. Inoltre c'e' anche una
 divisione in beam energy periods. ecco gli intervalli


C--------------------------------------------------------------------------
C     Run-dependent MCS environment and target geometry.
C
C	RLOMCS is the lower limit for MCS and target geometry run periods.
C	RHIMCS is the upper limit for MCS and target geometry run periods.
C	USEMCS is a flag that indicates if a particular MCS period is
used.
	INTEGER RLOMCS(PNERG),RHIMCS(PNERG),USEMCS(MXERGRUN)
C
	DATA RLOMCS    /    1, 5588, 6211, 7050, 9001, 9422/
	DATA RHIMCS    / 5587, 6210, 7049, 9000, 9421,99999/
C
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
C	RLOGEV is the lower limit for beam-energy run periods.
C	RHIGEV is the upper limit for beam-energy run periods.
	INTEGER RLOGEV(PNGEV),RHIGEV(PNGEV),USEGEV(MXGEVRUN)
	REAL BEAMGEV(PNGEV)
C
	DATA RLOGEV    /    1, 9290, 9326, 9444, 9512/
	DATA RHIGEV    / 9289, 9325, 9443, 9511,99999/
	DATA BEAMGEV   / 250., 275., 300., 325., 300./
C==========================================================================






=========================================================
Stefano Bianco
Alte Energie - Laboratori Nazionali di Frascati dell'INFN
v.E.Fermi, 40 - 00044 Frascati (Roma) ITALY
ph.  +39-06-94032793    fax  +39-06-94032427

On Wed, 9 Apr 2003, Monica Bertani wrote:

> 
> 
> 
>