- Feb 07, 2011
- Feb 04, 2011
-
-
deserevi authored
* Analysis for Hyde project is now working
-
deserevi authored
+ In NPA, use directly input files from input ROOT file to be analysed if not no input file is given. + TAsciiFiles from first input ROOT file in the TChain is taken.
-
deserevi authored
* Add resolution of 30 keV (FWHM) for W1
-
deserevi authored
+ NPSimulation is working + NPAnalysis is not * Update all Analysis.cc files in NPAnalysis to account for new method name in NPOptionManager * Update Target.cc file to account for 208Pb targets * Update ReleaseNotes.txt file
-
- Feb 03, 2011
-
-
deserevi authored
+ TAsciiFile classes containing input files are now files here and not in Simulation.cc anymore
-
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
-
deserevi authored
-
deserevi authored
-
- Feb 01, 2011
-
-
deserevi authored
-
- Jan 21, 2011
-
-
deserevi authored
+ this class allows to store in the ROOT output file the input files used by NPSimulation and NPAnalysis
-
- Jan 16, 2011
-
-
deserevi authored
+ remove obsolete code
-
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 15, 2011
-
-
deserevi authored
+ GetPositionOfInteraction() method is now implemented * Add analysis support to W1 + To be tested
-
- Jan 10, 2011
-
-
deserevi authored
+ return to initial directory now uses the gSystem->cd() method + change InitNPTool fucntion name for NPToolLogon (it was now compiling on Mac os X) * Update some doc files to explain logic of NPToolLogon.C * Fix bug in ControlSimu.C
-
- Jan 06, 2011
-
-
matta authored
- Evaluate the thickness of crossing material using the initial energy of a known particle`
-
- Dec 23, 2010
-
-
deserevi authored
+ bug was in the correspondance between strip number and coordinates + excitation energy is now well reconstructed * Add Destroy method in the singleton class NPOptionManager + it is used in the Gaspard analysis code * Change default ROOT file name in general analysis macros + mySimul.root is now myResult.root * Add DumpStrippingScheme method in GaspardTracker + it allows to dump the correspondance between strips and coordinates for any detector part of Gaspard + for the moment indexes are hardcoded for annular detector (should be improved)
-
matta authored
* Changing default simulation name in Gaspar
-
matta authored
-
- Dec 22, 2010
- Nov 26, 2010
-
-
matta authored
-
- Nov 18, 2010
- Nov 17, 2010
-
-
matta authored
- A singleton class to make more easy to use NPTool Prog. - Class is implemented and tested on one Ananlysis Project
-
- Oct 21, 2010
-
-
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)
-
- Oct 18, 2010
-
-
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
-
matta authored
- X and Y was inverted in the PSStripNumberX and PSStripNumberY function causing a wrong analysed spectra of excitation energy
-
- Oct 12, 2010
-
-
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.
-
- Oct 08, 2010
-
-
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
-
- Oct 07, 2010
-
-
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
-
- Oct 01, 2010
-
-
deserevi authored
+ The loop was not done properly (wrong size) + Changes have been made for Gaspard + *** Similar changes should be done for other detectors *** * Gaspard and Paris simulations behaves as before merging
-
- Sep 28, 2010
-
-
deserevi authored
- mainly adds support for solid D2 cryogenic target
-
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
-
- May 11, 2010
-
-
matta authored
- Token in NPLib now fit the one of NPS - No more error in NPA initialisation of the detector configuration
-
- Mar 05, 2010
-
-
matta authored
- Now can deal with squarred and cylindrical shape - Now can deal with spherical and cartesian coordinate
-