------------------------------------------------------------------------------- 2005/03/26 K.Fujii Physsim-2005a-2 ------------------------------------------------------------------------------- 1) Fixed bugs (mostly typos in comments and a problem with sfermion masses that would have affected the results when non-degenerate sfermions are active in decay chains) in susy/XN2XN2Study. ------------------------------------------------------------------------------- 2005/03/02 K.Fujii Physsim-2005a-1 ------------------------------------------------------------------------------- 1) JSF-dependent part of Anlib (libJSFAnlib.so) will not be built if LCBASEDIR is set, since it is now distributed with JSF. The version is now compatible with new package layout. 2) JSFHadronizer in the latest JSF package is now compatible with Pythia6. The default hadronizer for Physsim generators are hence Pythia6 now. 3) new generators and corresponding analysis examples: xd/KKhhStudy : e+e- --> hh generator by Nicolas Anlib/examples/jsf/kk/hh : its analysis example susy/XN1XN2Study : e+e- --> chi^0_1 chi^0_2 susy/XN2XN2Study : e+e- --> chi^0_2 chi^0_2 wz/EEZZStudy : e+e- --> e+e-ZZ wz/NNZZStudy : e+e- --> nu nubar Z Z Anlib/examples/jsf/tth : tth analysis examples ------------------------------------------------------------------------------- 2004/11/23 K.Fujii Physsim-2004a-1 ------------------------------------------------------------------------------- 1) Separated JSF-independent part of Anlib and renamed those that depend on JSF as JSFAnlib. Imakefiles, jsf.conf's, xxx.C have been modified to load both of libJSFAnlib.so and libAnlib.so. The modification was done with bin/sepanlib. ------------------------------------------------------------------------------- 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.