- Oct 06, 2013
-
-
adrien-matta authored
-
- Aug 20, 2013
-
-
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
-
- Jul 02, 2013
-
-
nicolas authored
header and src files of each defined detector are now symlinked in the include and src directory instead of being hard copied * Remove compilation warnings in Tigree.cc
-
- Jun 26, 2013
-
-
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
-
- Jun 25, 2013
-
-
nicolas authored
this branch is dedicated to the conditional compilation of NPS
-
- May 30, 2013
-
-
matta authored
- In the case of multiinteraction in the same volume, the scorer was keeping only the last energy deposit, instead of summing them - The threshold has been move in the Read sensitive and is no longer in the scorer, as the energy deposit can be down in multiple step each of them below threshold and be ignored if the threshold is applyed individually.
-
- Mar 19, 2013
-
-
matta authored
* Fixing GeometricalEfficiency.C macro to fit new TInitialCondition * Adding support for TInitialCondition in Sharc
-
- Feb 28, 2013
-
-
matta authored
- The target was not created and thus the Material not register in the dE/dx table. So NPS crash when trying to write the table. The table is no longer written if the size of the target is 0 * Fixing issue when EventGeneratorIsotropic is used for gamma emission
-
- Feb 26, 2013
-
-
matta authored
- NPS was giving conflict between NP system of Unit and CLHEP one, this is was fixed by a nested ifdef on HEP_SYSTEM_OF_UNIT * Fixing issue with S1: - in Detector Manager a tipo was desabling the condition compilation of S1 * Fixing issue in Isotropic: - conflict when the particle was light nuclei given by its name (eg proton instead of 1H) - Problem is fixed and user can use gamma, proton, deuton, triton and alpha spelling
-
- Feb 19, 2013
-
-
nicolas authored
-
- Feb 11, 2013
-
-
matta authored
- Fixing bug in particle and gamma dicay causing seg fault when leaving the program - fixing bug in NP function caussing 2Dgaussian to be stuck for sigmaX=sigmaY=0 case
-
- Feb 08, 2013
- Feb 06, 2013
- Jan 31, 2013
- Jan 30, 2013
- Jan 29, 2013
-
-
matta authored
- Only one read configuration file method - lighter code - possibility to use TH1F for cross section shoot
-
- Jan 28, 2013
-
-
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)
-
- Dec 20, 2012
-
-
nicolas authored
(Speg + EXL + MUST2)
-
- Dec 04, 2012
-
-
matta authored
-
- Nov 14, 2012
-
-
matta authored
- Box Detector Ok - QQQ starting
-
- Nov 07, 2012
-
-
matta authored
* Progress on the Sharc detector * Correcting bug on the particle stack: Initial condition was not cleared at end of event, generating massive root file
-
- Nov 01, 2012
-
-
matta authored
-
- Jul 17, 2012
-
-
matta authored
-
- Feb 16, 2011
-
-
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
-
- Feb 15, 2011
-
-
deserevi authored
-install_name $(CURDIR)/ had to be removed because NPSimulation was not executing anymore * New Makefile and file arrangements for Gaspard in NPAnalysis
-
- Feb 09, 2011
-
-
matta authored
-
- Feb 04, 2011
- Feb 03, 2011
- Feb 02, 2011
-
-
matta authored
- IsValidChannel was not properly implemented - Call object Telescope number instead of TelescopeNumber-1
-
- Jan 31, 2011
-
-
deserevi authored
-
- Jan 20, 2011
-
-
deserevi authored
+ changes in all *.reaction event generator files were performed + update ReleaseNotes.txt file * NPLib/Makefile + when make distclean, now remove NPToolLogon_C* files in scrips directory
-
- Jan 16, 2011
-
-
deserevi authored
+ Call to AddDetector() method was missing * Finish NPAnalysis for W1 detector + Cases with multiplicity greater than one are treated + Excitation energy is reconstructed OK without strip + Excitation energy taking into account strips should be checked in more details. * Cosmetic for screen printing in NPLib classes
-
- Jan 13, 2011
-
-
deserevi authored
+ NPSimulation is working + Scorers are working * Add input files
-