From 40aa65bced076d91c91f8586a550883181c6ddce Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Thu, 17 Feb 2011 15:32:23 +0000 Subject: [PATCH] * Change ReleasesNotes files --- ...eleaseNotes.txt => ReleaseNotes-1.4.0.txt} | 0 README/ReleaseNotes-1.4.1.txt | 93 +++++++++++++++++++ 2 files changed, 93 insertions(+) rename README/{ReleaseNotes.txt => ReleaseNotes-1.4.0.txt} (100%) create mode 100644 README/ReleaseNotes-1.4.1.txt diff --git a/README/ReleaseNotes.txt b/README/ReleaseNotes-1.4.0.txt similarity index 100% rename from README/ReleaseNotes.txt rename to README/ReleaseNotes-1.4.0.txt diff --git a/README/ReleaseNotes-1.4.1.txt b/README/ReleaseNotes-1.4.1.txt new file mode 100644 index 000000000..2e535df47 --- /dev/null +++ b/README/ReleaseNotes-1.4.1.txt @@ -0,0 +1,93 @@ +NPTool version xx.xx has been released on February 7th 2011. + +The following people have contributed to this new version: +Sandra Giron, IPNO +Marc Labiche, STFC +Adrien Matta, IPNO +Angel Sanchez Benitez, UHU +Nicolas de Sereville, IPNO + + +**************************************************************************** +* GENERAL FEATURES * +**************************************************************************** ++ NPLib +------- + + General + Building NPLib is now easier. + + The new 'scripts' directory holds bash scripts called by the main + Makefile at the NPLib level. + + The main Makefile calls several scripts: + + All headers files are moved to the 'include' directory. + + Each Makefile found in any subdirectory is called. + + All libraries are moved to the 'library' directory. + + Symbolic links to *.dylib files are done if on a macosx platform. + + The 'liblist' file at NPLib level is created. + + + CalibrationManager class + + This class handles in a nice way a collection of calibration files + + + NPReaction class + + Now it is possible to give excitation to the light nucleus in exit channel. + + + NPOptionManager facility + + This singleton class allows to pass arguments on the command line when + executing NPSimulation and NPAnalysis. + + Execute ./Simulation --help or ./Analysis --help to know the available + options. + + + TAsciiFile class + + This class allows to store any regular text file in a ROOT file + + This is used to store the event generator, detector configuration files + in ROOT output file. + + + RootInput facility + + Support for adding TFriend object + + Support for using information from TAsciiFile when running NPAnalysis + + + RootOutput facility + + Support for adding TAsciiFile object automatically + + + NPTagManager facility + + Associate one or more string to an event in a TTree + ++ NPSimulation +-------------- + + No new functionality in NPSimulation + + Using the NPOptionManager facility, calling NPSimulation is now: + ./Simulation -D xxx.detector -E xxx.reaction + ++ NPAnalysis +------------ + + Using the NPOptionManager facility, calling NPAnalysis is now: + ./Analysis -D xxx.detector -E xxx.reaction -R RunToTreat.txt + + One can also call Analysis in the following way: + ./Analysis -R RunToTreat + In this case the configuration files stored in TAsciiFile are used + + + A simple but functional example for MUST2 analysis can be found + in the NPAnalysis/must2 directory. + + +**************************************************************************** +* SPECIFIC FEATURES * +**************************************************************************** ++ MUST2 +------- + + Add configuration parameters: + + possibility to suppress channels + + give raw and physical threshold + + configure Si/SiLi and Si/CsI match conditions + ++ GASPARD +--------- + + Lot of minor bugs corrected. + (see Gaspard documentation in NPDocumentation directory for more details) + ++ W1 +---- + + Add support for the W1 DSSD detector from Micron + ++ PARIS +------- + + Add documentation -- GitLab