Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /CondFormats/JetMETObjects/ChangeLog is written in an unsupported language. File is not indexed.

0001 2010-05-19  Philipp Schieferdecker  <philipp.schieferdecker@cern.ch>
0002 
0003         * add JetResolution class
0004         * add bin directory
0005         * add bin/JetResolution_t.cc test executable
0006         * add data/*Resolution*.txt files containing jet pt, eta and phi
0007         resolution parameters
0008         * update Makefile
0009         * minimal changes to JetCorrectorParameters to make JetResolution
0010         work
0011         * created documentation TWIKI:
0012         https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideJetResolution
0013 
0014 2010-03-17  Konstantinos KOUSOURIS <konstantinos.kousouris@cern.ch>
0015 
0016         * migration to CondDB
0017         * JPT migration to RecoJets
0018 
0019 2009-11-27  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0020 
0021         * add missing includes to comply with gcc4.4 requirements
0022 
0023 2009-11-20  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0024 
0025         * bugfix (!) to FactorizedJetCorrector: for the L6 (SLB)
0026         correction, only scale for the presence of the lepton if the
0027         corresponding flag is set!!
0028 
0029 2009-11-12  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0030 
0031         * add data/L6SLB.txt
0032         * not the final version, but to have something in CVS to run
0033         examples
0034 
0035 2009-11-11  Philipp Schieferdecker  <philipp.schieferdecker@cern.ch>
0036 
0037         * remove interface/*_linkdef.h files, replace by single file
0038         interface/Linkdef.h
0039         * adjust standalone Makefile accordingly
0040 
0041 2009-11-10  Philipp Schieferdecker  <philipp.schieferdecker@cern.ch>
0042 
0043         * added interface/*_linkdef.h files in order to enable Makefile to
0044         build dictionaries in standalone mode. This allows one to
0045         instantiate the classes e.g. in a ROOT macro after '.L
0046         libJetMETObjects.so'
0047 
0048 2009-11-10  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0049 
0050         * add getLepPt() and getRelLepPt()
0051         * remove kLepPx, kLepPy, kLepPy from the list of correction
0052         variables, add kRelLepPt and kPtRel
0053         * update fillVector() accordingly
0054         * add isAddLepToJetset flag, according to the other variables
0055         * scale jet pt to pt(jet + lep) if so requested
0056 
0057 2009-11-09  Konstantinos KOUSOURIS  <konstantinos.kousouris@cern.ch>
0058         * added the ability to calculate the correction from response inversion.
0059         This affected JetCorrectorParameters and SimpleJetCorrector.
0060  
0061 2009-11-07  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0062 
0063         * add STANDALONE directives, and statements within, which replace
0064         the use of cms::Exception by std::runtime_error
0065         * add Makefile for standalone compilation of
0066         JetCorrectorParameters, SimpleJetCorrector, and
0067         FactorizedJetCorrector (based on above STANDALONE directives)
0068         * Makefile contains build instructions
0069         * replace 'CombinedJetCorrector' with 'FactorizedJetCorrector' in
0070         several strings across FactorizedJetCorrector.cc