- Jan 14, 2011
-
-
matta authored
-
- Jan 13, 2011
-
-
matta authored
- Put all threshold as an option through configMUST2.dat - Add better support for matching between strip and cristal/pad - Add option to set the cristal / pad size - Add option to ignore in data event between cristal/pad - Renaming Namespace to avoid conflict - Renaming variable to be consistent * Change in TSSSDPhysics -Change the routine for configSSSD.dat, consistent with MUST2 * Change filllibdir.h - Remove NPToolLogon_C.so from lib dir to avoid error message on linux
-
- Jan 12, 2011
-
-
deserevi authored
-
- Jan 10, 2011
-
-
deserevi authored
+ return to initial directory now uses the gSystem->cd() method + change InitNPTool fucntion name for NPToolLogon (it was now compiling on Mac os X) * Update some doc files to explain logic of NPToolLogon.C * Fix bug in ControlSimu.C
-
- Jan 08, 2011
-
-
matta authored
- User can no desable all branch except the one concerning the NPA detector in order to improve execution speed
-
- Jan 07, 2011
-
-
matta authored
-
matta authored
- no the current directory stay the main directory - quiet mode can be call - a function is compiled in order to support cout on all platforme
-
deserevi authored
when a ROOT session starts. + header directory (NPLib/include) is declared + libraries in NPLib/lib are loaded * new version of the rootlogon.C file calling the NPToolLogon.C script.
-
- Jan 06, 2011
- Jan 05, 2011
-
-
deserevi authored
-
- Dec 23, 2010
-
-
deserevi authored
+ exit(1) statement has been added in the DisplayHelp() method from the NPOptionManager class
-
deserevi authored
+ bug was in the correspondance between strip number and coordinates + excitation energy is now well reconstructed * Add Destroy method in the singleton class NPOptionManager + it is used in the Gaspard analysis code * Change default ROOT file name in general analysis macros + mySimul.root is now myResult.root * Add DumpStrippingScheme method in GaspardTracker + it allows to dump the correspondance between strips and coordinates for any detector part of Gaspard + for the moment indexes are hardcoded for annular detector (should be improved)
-
deserevi authored
-
matta authored
* Changing default simulation name in Gaspar
-
- Dec 22, 2010
-
-
deserevi authored
-
- Dec 23, 2010
- Dec 22, 2010
-
-
matta authored
- Bug in NPNucleus fixed - Bug strip numerotation on Gaspard Annular - Bug on numeric limit fixed by adding #include<limits> header
-
deserevi authored
+ when finding a specific isotope, the size of the symbol is now taken into account: 31S and 31S are now well treated for example.
-
deserevi authored
* Add screen outputs for Gaspard NPA
-
deserevi authored
+ NPS and NPA are consistent in case of Trapezoid shape placed in cartesian coordinates. + This should be checked when Trapezoid shape is placed in spherical coordinates. * Removing old files in NPLib/Gaspard
-
- Dec 21, 2010
-
-
deserevi authored
------ / \ ^ / \ | v / \ | -------------- <----- u = (128,1) - (1,128) w = u x v in direction of third stage * Cartesian and spherical positioning of GaspardTrackerTrapezoid is consistent * gaspHyde.detector has been modified to take these changes into account * Stripping scheme in NPS and NPA still to be done
-
- Dec 02, 2010
-
-
matta authored
-
- Nov 26, 2010
-
-
matta authored
-
- Nov 25, 2010
-
-
matta authored
- User can now edit a ConfigSSSD.dat file in order to disable channel
-
- Nov 24, 2010
-
-
matta authored
-
- Nov 19, 2010
-
-
matta authored
* code is now coherente with EvaluateInitialEnergy function
-
- Nov 18, 2010
- Nov 17, 2010
-
-
matta authored
- A singleton class to make more easy to use NPTool Prog. - Class is implemented and tested on one Ananlysis Project
-
deserevi authored
+ makefile.sh script added + this script loop on all sub-directories containing a Makefile and run it.
-
deserevi authored
+ header files are copied to include dir before creating the objects
-
- Nov 16, 2010
-
-
deserevi authored
+ scripts are used to move header files, libraries to the include and lib directories + scripts are located in NPLib/scripts + liblist is know created on the fly and is removed from the NPTool package * Update NPL Makefile to include Paris and Shield detectors
-
- Nov 15, 2010
-
-
matta authored
- Explicite constructor and destructor implementation were needed by root to allow the .so librairy to be load - Class as been tested in a Macro and is now working - Test on a tree to be perform
-
matta authored
- Adding generation of the root Dictionnary in the makefile of Tools directory - Fixing Namespace problem, now TagManager is NPTagManager class
-
matta authored
- Class is implemented and file are added - Class need to be tested befor adding to the dev branch
-
- Oct 21, 2010
-
-
deserevi authored
+ new positioning method in cartesian coordinates: w = u x v where u = (128,1) - (1,1) v = (1,128) - (1,1) comment: this differs from Must2 positioning scheme where w = v x u + this ensures a full consistency between simulations and analysis when GaspardTrackerDummyShape is positioned at the *same* place with cartesion or spherical coordinates + this was checked with a GaspardTrackerDummyShape module at R = 100, THETA = 180 and PHI = 0 * Add support in NPA for GaspardTrackerSquare shape + same changes as for GaspardTrackerDummyShape both in NPS and NPA + full consistency is achieved when GaspardTrackerModule are positioned at the *same* place with cartesian or spherical coordinates + this was checked with the barrel of the gaspHyde geometry * Misc: + remove compilation warnings in ParisCluster + begin work on GaspardTrackerTrapezoid (NPS + NPA)
-
- Oct 18, 2010
-
-
matta authored
- this optional folder of analysis project is there to hold the configuration file of each detector. - Each of this file hold value that can be set-up for custom analysis (threshold,...) as well as the channel that should be turned of
-