------------------------------------------------------------------------------- 2001/05/25 K.Fujii Physsim-2001a-1 ------------------------------------------------------------------------------- 1) MacOS X support + bug fixes found in porting to MacOS X. ------------------------------------------------------------------------------- 2000/08/29 K.Fujii Physsim-2000a-5 ------------------------------------------------------------------------------- 1) Removed dynamic loading of shared libraries from bases.C and sim.C since they are now handled by JSF through jsf.conf. ------------------------------------------------------------------------------- 2000/08/24 K.Fujii Physsim-2000a-4 ------------------------------------------------------------------------------- 1) Now uses the standard gui.C, since shared library loading can be handled by JSF through jsf.conf: e.g.) JSF.SharedLibraries: TTSpring.so:libAnlib.so This version requires root_v.2.25.02 or greater. ------------------------------------------------------------------------------- 2000/07/13 K.Fujii Physsim-2000a-3 ------------------------------------------------------------------------------- 1) Userin() call removed from ctor of XXBases. Because of this, the physsim package now requires jsf-1-15 or later. ------------------------------------------------------------------------------- 2000/06/26 K.Fujii Physsim-2000a-2 ------------------------------------------------------------------------------- 1) config/lclib.tmpl renamed to config/kflib.tmpl All Imakefiles have been modified accordingly. 2) "make depend" now uses rmkdepend depend:: $(SRCS) $(HDRS) $(FSRCS) for i in $(SRCS) $(FSRCS); do \ rmkdepend -a -- $(CXXFLAGS) $(INCPATH) -- $$i; done 3) xGV2FB added to SMCONS.inc and is initialized in insmcn.F in both gen_lib/sm and dgen_lib/sm. 4) Conversion to new BASES/SPRING using bin/tobasesxx susy/SFSFStudy OK (but analysis abends with R__unzip error for 2k evts on HP. It's OK on linuxppc. This maybe true for all the rest of the generators.) /XCXCStudy OK higgs/ZHStudy OK twoph/EEFFStudy OK top/EETTStudy OK /NNTTStudy OK /TTHStudy OK /TTStudy OK /TTZStudy OK wz/EEWWStudy OK /EEZStudy OK /ENWStudy OK (itmx1/2=5/5 gives nan at the final iteration??? OK for 8/5) /NNWWStudy OK /NNZStudy OK /WWStudy OK /WWZStudy OK (mh >> Ecm to avoid bad convergency) /ZZStudy OK (ampzz.f had to be renamed to ampzz.F. decay mode hist. for spring is half-empty, though corresponding BS's is OK.) ------------------------------------------------------------------------------- 1999/10/08 K.Fujii Physsim-99a-1 ------------------------------------------------------------------------------- 1) A temporary JSF version with C++ wrappers to be replaced in future by a fully C++ version. A C++ analysis utility package (Anlib) has been added together with some sample analysis programs using it. ------------------------------------------------------------------------------- 1999/05/24 K.Fujii Physsim-98a-1 ------------------------------------------------------------------------------- 1) A temporary JSF version with C++ wrappers to be replaced in future by a fully C++ version.