*********************************************************************** *********************************************************************** ***** SpartyJet ***** ***** A generic framework for running multiple jet algorithms ***** ***** last updated: June 07, 2007 ***** *****-------------------------------------------------------------***** *****-------------------------------------------------------------***** ***** This file contains a list of changes and ***** ***** version numbers back to v1.0 (May 2007) ***** ***** ***** ***** The file is ordered so that oldest entries ***** ***** are at the top, and new entries are added ***** ***** to the bottom. ***** ***** ***** ***** Some of the dates may not be exact. ***** ***** ***** *********************************************************************** *********************************************************************** *********************************************************************** V1.0 - May 2007 (CVS 00-01-01) ------------------------------------------------------------- - NOTES: This version was placed on the website in May, and was meant as a beta version for testing. *********************************************************************** - June 3 - CHANGE Reworked Input class for Ntuples. Generic class can now directly load lots of different input types. - June 7 - BUG FIXED The bug was that input objects of type StdTextInput and CalchepPartonTextInput would produce a segmentation fault if they were not explicitly given a name via .set_name() This is now fixed and names are given by default. - June 7 - FEATURE ADDED The text file output option tells JetBuilder to produce a text file that contains a list of all jets found from all algorithms for all events. builder.add_text_output("data/output/text_output.dat"); - June 8 - FEATURE ADDED JetBuilder allows the user to add minimum bias events to data events to test the effect they have on the data and the results found. *********************************************************************** Coming Soon... ------------------------------------------------------------- The following is a list of features or bugs that will be added or fixed soon. *********************************************************************** - FEATURE PLANNED Additional minimum bias feature allowing minbias data to be from random poisson distribution - "PROBLEM" -Issue with compilation. Users are required to give the command 'make' twice due to an issue with fastjet. -'make clean' must be done in celljet directory before 'make' will work properly.