]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenModels/EvtJetSetCDFInit.F
If default parameters are allowed and runNumber is provided, search first for the...
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtJetSetCDFInit.F
CommitLineData
da0e9ce3 1C--------------------------------------------------------------------------
2C
3C Environment:
4C This software is part of the EvtGen package developed jointly
5C for the BaBar and CLEO collaborations. If you use all or part
6C of it, please give an appropriate acknowledgement.
7C
8C Copyright Information: See EvtGen/COPYRIGHT
9C Copyright (C) 1998 Caltech, UCSB
10C
11C Module: EvtJetSetInit.F
12C
13C Description:
14C
15C Modification history:
16C
17C DJL/RYD August 11, 1998 Module created
18C
19C------------------------------------------------------------------------
20 subroutine evtjetsetcdfinit(fname)
21
22 implicit none
23
24 external lydata
25
26 character*(*) fname
27
28
29 open(54,STATUS='OLD',FILE=fname)
30
31 call LYUPDA(2,54)
32
33 close(54)
34
35
36C call LYLIST(12)
37
38
39 end
40
41
42
43
44
45