Skip to content
Snippets Groups Projects
  1. Jul 16, 2012
  2. Apr 14, 2011
  3. Mar 13, 2011
  4. Mar 08, 2011
    • deserevi's avatar
      * Fix performance problem · 5a7692c9
      deserevi authored
         + itoa() function now uses sprintf instead of ostringstream
      5a7692c9
    • deserevi's avatar
      * Add TMust2Spectra.{h,cxx} class in NPLib · 8e9dd2c0
      deserevi authored
         + This class holds the spetra which are needed for the online analysis
           of Must2 experiments
         + However, this class only depends on ROOT and can be used in any context.
         + This is a first uncomplete version which has not been tested yet.
      8e9dd2c0
    • deserevi's avatar
      * Add support for online analysis · 17993bc5
      deserevi authored
         + Add new method SetRawDataPointer(TxxxData*) which gives by hand the 
           TxxxData object to the corresponding TxxxPhysics object
      17993bc5
  5. Feb 17, 2011
  6. Feb 16, 2011
    • matta's avatar
      * Added CATS classes in NPL · ee204775
      matta authored
       - Limited Test only e530 data
       - Class may need future update to fit NPTool Standard
      ee204775
    • deserevi's avatar
      * Fix bug when reading cross-section file · cbd39114
      deserevi authored
         + Add HalfOpenAngleMin and HalfOpenAngleMax token in Transfert* files
           to take into account correctly the case where the user want to 
           specify angular range
         + This also takes into account cases where the cross-section file has
           a limited angular range
      cbd39114
  7. Feb 15, 2011
  8. Feb 11, 2011
    • matta's avatar
      * Change logic for calling Calibration Manager · 775ac74b
      matta authored
       - Calibration Manager is now called inside the detector manager
       - Code is ligther in NPA without explicit call of the Calibration Manager
      
      * Still a error message remain while launching the Template
       - Dont know where but he try to read the EG file somewhere inside the RootInput....
      775ac74b
    • matta's avatar
      * Change Makefile of template for MultiPlatforme compilation. · 4c399f64
      matta authored
       -Test on different machine need to be done
      4c399f64
    • matta's avatar
      * change for enhance security problem · 568667fe
      matta authored
       - further test need to be done to test the new way to acces detector via the detector manager
      
      
      * the map of detector manager is now private and acces via a GetDetector Method
       - If the detector does not exist, the programm issued an error message and exit
      568667fe
    • matta's avatar
      * Using new Makefile for NPL · 25473561
      matta authored
      * Fixing mistake in NPEnvironment.tchrc
      * Adding a new line in NPS makefile to avoid problem with some G4 installation
      25473561
  9. Feb 09, 2011
  10. Feb 08, 2011
  11. Feb 07, 2011
  12. Feb 04, 2011
  13. Feb 03, 2011
    • deserevi's avatar
      * New features in RootOutput class · 31a5511b
      deserevi authored
         + TAsciiFile classes containing input files are now files here and not
           in Simulation.cc anymore
      31a5511b
    • deserevi's avatar
      * New functionalities NPOptionManager class · 681e1e06
      deserevi authored
         + search for input files in the $NPTOOL/Inputs/* and local directories
           is now performed in this class
         + this search was done previously in DetectorConstruction.cc and
           PrimaryGeneratorAction.cc files. these files have been modified
           accordingly.
         + If input files are not found, program exits
      681e1e06
Loading