* * $Id: isa_weight.F,v 1.9 2000/01/12 11:04:31 mclareni Exp $ * * $Log: isa_weight.F,v $ * Revision 1.9 2000/01/12 11:04:31 mclareni * Version 7.48 from author, plus modified Imakefiles * * #include "sys/CERNLIB_machine.h" #include "_isajet/pilot.h" FUNCTION ISA_WEIGHT() C---------------------------------------------------------------------- C- C- Purpose and Methods : C- return weight for ISAJET event C- Returned value : weight (microbarns/event) C- C- Created 30-JAN-1990 Serban D. Protopopescu C- C---------------------------------------------------------------------- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif REAL ISA_WEIGHT #include "zebcom.inc" C---------------------------------------------------------------------- C ISA_WEIGHT=0 IF(LISAE.GT.0) ISA_WEIGHT=Q(LISAE+12) 999 RETURN END