Skip to content
Snippets Groups Projects
  1. Jan 09, 2015
  2. Apr 29, 2014
  3. Feb 07, 2013
  4. Dec 26, 2012
  5. Feb 08, 2011
  6. Dec 22, 2010
  7. Oct 21, 2010
    • 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
  8. Oct 13, 2010
  9. 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
  10. 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