Skip to content
Snippets Groups Projects
  1. Feb 05, 2015
  2. Dec 04, 2014
  3. Nov 27, 2014
  4. Nov 07, 2014
    • adrien-matta's avatar
      * Adding option to reload the current geometry via messenger · c1eb0913
      adrien-matta authored
       - Delete the actual geometry
       - Clear the Detector Manager
       - Reload Geometry file
      
      For this to work a couple of thing has been done:
       - InitializeRootInput now need an extra SetBranchAddress to tell the
         tree that the previous address is no longer in use
       - Scorer can not be cleared, so need to be retrieved in case of a
         reloading. If they do not exist they are created
       - This is done using the new CheckScorer static method from VDetector
      c1eb0913
  5. Nov 05, 2014
  6. Apr 28, 2014
  7. Jun 26, 2013
    • nicolas's avatar
      * change NPSimulation structure to allow conditional compilation · 8f3a5182
      nicolas authored
         + geant4 files are kept in the include and src directories
         + one directory is created for each detector. This directory
           contains the associated headers and sources files
         + a script directory is created with some scripts allowing the
           conditional compilation
      
       * Add #ifdef statements in DetectorConstruction.cc file
         + this applies to each detector header
      
       * Move G4MultiFunctionnalDetector.hh header from Sharc.cc to 
         Sharc.hh
      8f3a5182
  8. Feb 07, 2013
  9. Jul 17, 2012
  10. Mar 12, 2011
    • deserevi's avatar
      * Fix segementation fault in Gaspard when gamma-rays are fired · 8e8e181b
      deserevi authored
         + Clear for map scorers was misplaced at the end of all ReadSensitive()
           methods in GaspardTracker* shapes.
         + The same applied for the DetectorNumber_itr++ statement
         + The line Energy_itr = EnergyHitMap->GetMap()->begin(); was missing
           when looping on the energy map.
      
      * Strip numbers are now integer instead of double
      8e8e181b
  11. Feb 17, 2011
    • deserevi's avatar
      * Fix bug in scorers · fb0f0a1d
      deserevi authored
         + limit on deposited energy for each step is now 0.1 keV instead of 100 keV
         + this produced double kinematical lines spaced by 100 keV
      fb0f0a1d
  12. Feb 08, 2011
  13. Jan 18, 2011
  14. Nov 22, 2010
  15. Nov 13, 2010
  16. 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
  17. Oct 13, 2010
  18. Oct 01, 2010
  19. Sep 28, 2010
    • deserevi's avatar
      * Add work from M. Labiche on the NPTool.Paris branch · 43a9450d
      deserevi authored
         + NPLib
            - Add TParisPhysics.{h,cxx} class 
            - Add Paris.{h,cxx} class 
      
         + NPSimulation
            - Add Cluster class for Paris
            - Add Shields classes for Paris
            - Add scorers
            - Add reaction chamber class (Chamber.{hh,cc})
      
         + NPAnalysis
            - Add framework for analysings the results of the G4 simulation
      
         + Inputs
            - Add a lot of different Paris geometrical files 
      43a9450d
  20. Feb 23, 2010
  21. Nov 05, 2009
    • deserevi's avatar
      * Minor fixes after merge · 26434e3b
      deserevi authored
      * Scorer scheme has been updated for Gaspard and S1 detector
         + General scorers of the NPTool package are used whenever possible
      26434e3b
  22. Oct 15, 2009
    • matta's avatar
      * Major upgrade on Scorer · 4d12dddc
      matta authored
      	- General Scorer now use the TrackID+DetNbr index system, ensuring more flexibility.
      	- Plastic,MUST2 and ThinSi use the same system and rely on General Scorer
      
      * Naming Convention of Detector Volume is define 
      	- Volume name should be : DetectorNameX_SubPart
      	- This insure compatibility with the General Scorer
      
      * Correcting Bug: if no target the Transfert and TransfertToReasonance method crashed
      	- Fixed by adding a test on the target address
      
      * NB: Further test to be made on Gaspard to check everything is fine
      4d12dddc
  23. Oct 12, 2009
  24. Sep 23, 2009
  25. Sep 14, 2009
  26. Sep 08, 2009
  27. Sep 07, 2009
  28. Sep 03, 2009
  29. Sep 01, 2009
Loading