- Feb 21, 2019
-
-
Adrien Matta authored
- P flag is used to specify the port
-
- Feb 07, 2019
-
-
Adrien Matta authored
-
- Jul 23, 2018
-
-
adrien-matta authored
* Fixing pile up in silicon scorers
-
- Jul 12, 2018
-
-
Adrien Matta authored
- Readin file without RunToTreat file * Suppress using namespace std from Core header
-
- Oct 26, 2017
-
-
Greg Christian authored
not just the total number. Also fixed minor bug - in the event loops the loop variable was unsigned int. Really it should be unsigned long.
-
- Mar 10, 2017
-
-
Adrien Matta authored
-
- Dec 05, 2016
-
-
matta adrien authored
- However does not check that the provided file make sense for G4.
-
- Nov 03, 2016
-
-
Adrien Matta authored
- correct spelling - streamlined presentation
-
- Oct 12, 2016
-
-
Adrien Matta authored
* old one * Run replace.sh to replace old matta@ipno.in2p3.fr address
-
- Oct 11, 2016
-
-
Adrien Matta authored
* updating copyright * updating a matta email
-
- Dec 07, 2015
-
-
de Séréville Nicolas authored
-
- Nov 16, 2015
-
-
adrien-matta authored
* option is given
-
- Jul 28, 2015
-
-
adrien-matta authored
- Adding test to travis CI
-
- Jul 24, 2015
-
-
adrien-matta authored
- User need to provide a macro path with B flag - No Vis or GUI macro are executed in batch mode
-
adrien-matta authored
- Macro support any command except exit - exit cause the macro to stop, not Geant4 - I don't have any fix for this yet ;)
-
- Jul 23, 2015
-
-
adrien-matta authored
-
adrien-matta authored
-
- Jul 22, 2015
-
-
adrien-matta authored
- gcc get confused by global variable and do not mangle the name correctly - fixed by removing the global varaible in question to NPOptionMnager
-
- Jul 21, 2015
-
-
adrien-matta authored
-
- Jun 13, 2015
-
-
adrien-matta authored
-
- Apr 17, 2015
-
-
adrien-matta authored
* Adding version number display
-
- Apr 16, 2015
-
-
adrien-matta authored
* use full for fast debugging and fast analysis
-
- Mar 18, 2015
-
-
adrien-matta authored
- CMake compilation - PlugIn API for detector - Dynamic Loading of detector library at RunTime
-
- Jan 19, 2015
-
-
de Séréville Nicolas authored
+ Remove NPTagManager class
-
- Nov 29, 2013
-
-
adrien-matta authored
- VDetector now have SPectra related classes - Detector Manager take care of calling the associate method - Still, the writing of the histogramm classes is to be done
-
- Nov 21, 2013
-
-
adrien-matta authored
-
- Feb 26, 2013
-
-
matta authored
- The analysis project is in pMakePhysicalTree - The macro is launch putting the usual NPTool option in the macro string argument - Parrallel computation and merging of the output tree in memory (not suitable for very large run...) - Some change in the ROOTOuput to fit the requierement of pROOF, using the NPTOptionManager option --proof to activate them
-
- Feb 07, 2013
-
-
matta authored
-
- Jan 29, 2013
-
-
matta authored
- Only one read configuration file method - lighter code - possibility to use TH1F for cross section shoot
-
- Nov 01, 2012
-
-
matta authored
-
- Feb 17, 2011
-
-
matta authored
- Now Detector have two method to initialize the root input, one for the Raw data and one for physical data - An option ca be given in NPA to specified the input is of physical type * Identify and correct some bug on the SSSD
-
- Feb 07, 2011
-
-
matta authored
-
- Feb 04, 2011
-
-
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
+ when input files are not found, does not exist sytematically + it is done manually in Simulation.cc
-
- 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
-
- Jan 08, 2011
-
-
matta authored
- User can no desable all branch except the one concerning the NPA detector in order to improve execution speed
-
- Dec 23, 2010
-
-
deserevi authored
+ exit(1) statement has been added in the DisplayHelp() method from the NPOptionManager class
-
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
-