Skip to content
Snippets Groups Projects
  1. Dec 23, 2010
  2. Dec 22, 2010
  3. Dec 23, 2010
  4. Dec 22, 2010
  5. 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
  6. Dec 02, 2010
  7. Nov 26, 2010
  8. Nov 25, 2010
  9. Nov 24, 2010
  10. Nov 22, 2010
  11. Nov 19, 2010
  12. Nov 18, 2010
  13. Nov 17, 2010
  14. 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
  15. Nov 15, 2010
  16. Oct 21, 2010
    • deserevi's avatar
      * New positioning scheme for GaspardTrackerTrapezoid in NPS · 526ffd13
      deserevi authored
            ---------------        ^
            \             /        | v   u = (128,1) - (1,1)
             \           /         |     v = (1,128) - (1,1)
              \         /    <------ 
               \       /        u        and w = u x v in direction
                -------                  of third stage
      
      * gaspHyde geometry is now well-defined
      
      * Stripping scheme in NPS and NPA still to be done
      526ffd13
    • deserevi's avatar
      * Changes in NPS for GaspardTrackerDummyShape shape · 85e9b914
      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)
      85e9b914
  17. Oct 18, 2010
    • matta's avatar
      * Adding configs folder to the repository · 7e1e7362
      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
      7e1e7362
    • matta's avatar
      * Updating NPL:TMust2Physics with litlle treak from Riken experience · fc49c5d5
      matta authored
       - Using a PreTreat to desactivate some telescopes, channel or layer
       - New way of treating time for CsI and SiLi. The time is not always code to avoid problem with SiLi Orsay that use standard electronic instead of MUST2 ASIC
      
      *Updating Modification date of a couple of file
      fc49c5d5
    • matta's avatar
      * Fixing Bud in NPS:Must2Scorers.cc · 37fd782c
      matta authored
       - X and Y was inverted in the PSStripNumberX and PSStripNumberY function causing a wrong analysed spectra of excitation energy
      37fd782c
  18. Oct 13, 2010
  19. Oct 12, 2010
    • deserevi's avatar
      * Add support for annular shape in Gaspard · 1fe79370
      deserevi authored
         + add reliable scorer functionality for theta and phi strips in NPS
         + add theta and phi strips position determination in NPL
      
      * Status:
         + Analysis is working well, except that excitation energy, when using
           the strips, is reconstructed -20 keV off.
      1fe79370
  20. Oct 11, 2010
  21. Oct 08, 2010
    • deserevi's avatar
      * Support for multi-shape based detector (Gaspard) in NPTool · c296ea20
      deserevi authored
         + A lot of work has been done
      
         + TGaspardTrackerPhysicsNew class
           This class now *only* hold the physical information as calculated
           from NPAnalysis.
      
         + Status:
           running NPAnalysis gives the same results with the new structure
           than before in case of the gaspardTestSpheric detector (only one
           shape)
      
         + Everything is prepared for multi-shape but whould be tested
      c296ea20
  22. Oct 07, 2010
    • deserevi's avatar
      * Begin support for multi-shape based detector (Gaspard) in NPAnalysis · ec62d5ec
      deserevi authored
         + TGaspardTrackerDummyShape.{h,cxx} and TGaspardTrackerTrapezoid.{h,cxx} added
            These classes will deal with reading the configuration, calculating the 
            geometry and building physical events.
      
         + TGaspardTrackerPhysicsNew.{h,cxx}
            This class holds the TGaspardTrackerData class and knows all the detectors
            to analyze through a map relating the detector number and the corresponding
            TGaspardTrackerModule object.
      
      * Status:
         Configuration files with heterogeneous shapes are read and the map
         is filled correctly
      ec62d5ec
Loading