Skip to content
Snippets Groups Projects
  1. Nov 15, 2013
  2. Nov 12, 2013
  3. Oct 02, 2013
  4. Aug 20, 2013
    • matta's avatar
      * Patch the liblist and makefile script · aec77417
      matta authored
       - Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab
      - some new machine ignore -e and the make fail later
      - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011
      aec77417
  5. Feb 07, 2013
  6. Jan 28, 2013
    • matta's avatar
      # Adding a new Event generator Beam · fc416153
      matta authored
       - Add associate class in NPL
       - Add Function in NPL
      
      Some code clean up has been done as well (cosmetic change for the most)
      fc416153
  7. Jan 21, 2013
  8. Jan 09, 2013
    • nicolas's avatar
      * Modify compilation scheme of NPLib · 2faa99e9
      nicolas authored
         Now, one should first execute the configure
         script and then run make
      
       * There is the possibility to pass as arguments
         of the configure script detector names, e.g:
         ./configure must2 cats
         
       * Moreover, there is the possibility to compile
         specific detectors, e.g: make must2
      2faa99e9
  9. Dec 20, 2012
  10. Dec 04, 2012
  11. Jul 16, 2012
  12. Mar 13, 2011
  13. Feb 17, 2011
  14. Jan 20, 2011
    • deserevi's avatar
      * Fix bug in NPToolLogon.C file · 33de1fed
      deserevi authored
         + if NPLib was not compiled, error concerning libVDetector.so loading
           was obtained when starting ROOT (now fixed).
      33de1fed
  15. Jan 14, 2011
  16. Jan 13, 2011
    • matta's avatar
      * Change in TMust2Physics · 89400934
      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
      89400934
  17. Jan 12, 2011
  18. Jan 10, 2011
    • deserevi's avatar
      * Simplify NPToolLogon.C · c2390282
      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
      c2390282
  19. Jan 07, 2011
  20. Dec 21, 2010
    • deserevi's avatar
      * New (and last!) positioning scheme for GaspardTrackerTrapezoid in NPS · 050ba4a2
      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
      050ba4a2
  21. Nov 17, 2010
  22. Nov 16, 2010
    • deserevi's avatar
      * Change scheme for NPL Makefile · 5d65b1ce
      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
      5d65b1ce
Loading