Changeset 45e58be in git
- Timestamp:
- Feb 12, 2019, 8:56:12 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 341014c
- Parents:
- 769f65b
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/update_fastjet.sh
r769f65b r45e58be 1 version=3.3. 11 version=3.3.2 2 2 3 3 wget http://fastjet.fr/repo/fastjet-${version}.tar.gz -
external/fastjet/VERSION
r769f65b r45e58be 1 3.3. 11 3.3.2 -
external/fastjet/config_auto.h
r769f65b r45e58be 169 169 /* Define to the full name and version of this package. */ 170 170 #ifndef FASTJET_PACKAGE_STRING 171 #define FASTJET_PACKAGE_STRING "FastJet 3.3. 1"171 #define FASTJET_PACKAGE_STRING "FastJet 3.3.2" 172 172 #endif 173 173 … … 184 184 /* Define to the version of this package. */ 185 185 #ifndef FASTJET_PACKAGE_VERSION 186 #define FASTJET_PACKAGE_VERSION "3.3. 1"186 #define FASTJET_PACKAGE_VERSION "3.3.2" 187 187 #endif 188 188 … … 194 194 /* Version number of package */ 195 195 #ifndef FASTJET_VERSION 196 #define FASTJET_VERSION "3.3. 1"196 #define FASTJET_VERSION "3.3.2" 197 197 #endif 198 198 … … 209 209 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 210 210 #ifndef FASTJET_VERSION_NUMBER 211 #define FASTJET_VERSION_NUMBER 3030 1211 #define FASTJET_VERSION_NUMBER 30302 212 212 #endif 213 213 214 214 /* Patch version of this package */ 215 215 #ifndef FASTJET_VERSION_PATCHLEVEL 216 #define FASTJET_VERSION_PATCHLEVEL 1216 #define FASTJET_VERSION_PATCHLEVEL 2 217 217 #endif 218 218 -
external/fastjet/config_raw.h
r769f65b r45e58be 106 106 107 107 /* Define to the full name and version of this package. */ 108 #define PACKAGE_STRING "FastJet 3.3. 1"108 #define PACKAGE_STRING "FastJet 3.3.2" 109 109 110 110 /* Define to the one symbol short name of this package. */ … … 115 115 116 116 /* Define to the version of this package. */ 117 #define PACKAGE_VERSION "3.3. 1"117 #define PACKAGE_VERSION "3.3.2" 118 118 119 119 /* Define to 1 if you have the ANSI C header files. */ … … 121 121 122 122 /* Version number of package */ 123 #define VERSION "3.3. 1"123 #define VERSION "3.3.2" 124 124 125 125 /* Major version of this package */ … … 130 130 131 131 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 132 #define VERSION_NUMBER 3030 1132 #define VERSION_NUMBER 30302 133 133 134 134 /* Patch version of this package */ 135 #define VERSION_PATCHLEVEL 1135 #define VERSION_PATCHLEVEL 2 136 136 137 137 /* Pre-release version of this package */ -
external/fastjet/config_win.h
r769f65b r45e58be 1 #define FASTJET_PACKAGE_STRING "FastJet 3.3. 1"2 #define FASTJET_PACKAGE_VERSION "3.3. 1"3 #define FASTJET_VERSION "3.3. 1"1 #define FASTJET_PACKAGE_STRING "FastJet 3.3.2" 2 #define FASTJET_PACKAGE_VERSION "3.3.2" 3 #define FASTJET_VERSION "3.3.2" 4 4 #define FASTJET_VERSION_MAJOR 3 5 5 #define FASTJET_VERSION_MINOR 3 6 #define FASTJET_VERSION_PATCHLEVEL 17 #define FASTJET_VERSION_NUMBER 3030 16 #define FASTJET_VERSION_PATCHLEVEL 2 7 #define FASTJET_VERSION_NUMBER 30302 8 8 9 9 /* The ATLASCone plugin is disabled by default*/ -
external/fastjet/contribs/ValenciaPlugin/AUTHORS
r769f65b r45e58be 1 The Valencia JetAlgorithmFastJet contrib was written and is maintained and developed by: Ignacio Garcia Garcia, Marcel Vos, IFIC (UVEG/CSIC) Valencia, Spain1 The ValenciaPlugin FastJet contrib was written and is maintained and developed by: Ignacio Garcia Garcia, Marcel Vos, IFIC (UVEG/CSIC) Valencia, Spain 2 2 3 Acknowledging suggestions by Gavin P. Salam (CERN) and J. Thaler (MIT) 3 The first incarnation of the Valencia algorithm (with two parameters R and beta) was proposed "A robust jet reconstruction algorithm for high-energy lepton colliders", PLB 750 (2015) 95-99, arXiv:1404.4294 4 The authors acknowledge suggestions by Gavin P. Salam (CERN) and his help in assessing the IR safety of the algorithm 4 5 5 A preprint motivating the algorithm and describing its performance is available on: "A new jet algorithm for lepton colliders", arXiv:1404.4294 (submitted to PLB)6 The VLC algorithm (with three parameters R, beta and gamma) is described in "Jet reconstruction at high-energy electron-positron colliders", EPJC 78 (2018) no. 2, 144. The addition of the gamma parameter was suggested by J. Thaler (MIT). The performance of the algorithm is evaluated in detail in this paper, in collaboration with Ph. Roloff, R. Simoniello (CERN) and M. Boronat, J. Fuster (IFIC) 6 7 7 8 Please contact: marcel.vos@ific.uv.es for questions, queries and comments -
external/fastjet/contribs/ValenciaPlugin/ChangeLog
r769f65b r45e58be 1 22-12-2018: Gavin Salam <gavin.salam@cern.ch> 2 * VERSION: 3 * NEWS: 4 updated version to 2.0.2 5 6 2018-12-18: Marcel Vos <marcel.vos@ific.uv.es>a 7 * ValenciaPlugin.cc: 8 Incorporates a modification suggested by 9 Filip Zarnecki (Warsaw) to make sure the behaviour for negative 10 beta is correct (added to trunk in june 2017 but left out of 11 2.0.1) 12 13 2018-12-04: Marcel Vos <marcel.vos@ific.uv.es> 14 * VERSION 15 * NEWS 16 updated version to 2.0.1 17 18 * ValenciaPlugin.cc: 19 Bug fix: a bug was discovered in the plugin by Matthias Weber (CERN) 20 the calculation of the distance diB assumed massless constituents. 21 The impact on the results - jet energy and mass - is typically small, 22 but can be non-negligible 23 1 24 24-02-2015 Marcel Vos <marcel.vos@ific.uv.es> 2 25 -
external/fastjet/contribs/ValenciaPlugin/NEWS
r769f65b r45e58be 1 22 December 2018: bug-fix release 2.0.2, for negative beta 2 04 December 2018: bug-fix release 2.0.1, for massive constituents 1 3 24 February 2015: version 2.0.0 2 4 21 February 2015: released 2.0-devel -
external/fastjet/contribs/ValenciaPlugin/VERSION
r769f65b r45e58be 1 2.0. 01 2.0.2 -
external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.cc
r769f65b r45e58be 1 // $Id: ValenciaPlugin.cc 776 2015-02-24 17:53:27Z vos $1 // $Id: ValenciaPlugin.cc 1209 2018-12-05 16:18:01Z vos $ 2 2 // 3 3 // Copyright (c) 2014, Marcel Vos and Ignacio Garcia … … 66 66 // E-to-the-2*beta times sin(polar angle)-to-the-2*gamma 67 67 if (E==0. || jet.perp()==0.) diB=0.; 68 diB = pow(E,2*beta) * pow(jet.perp()/E,2*info->gamma()); 68 // modified diB in release 2.0.1 69 diB = pow(E,2*beta) * pow(jet.perp()/sqrt(jet.perp2()+jet.pz()*jet.pz()),2*info->gamma()); 69 70 } 70 71 … … 78 79 - nz*jet->nz; 79 80 80 if ( jet->E < E)81 if (pow(jet->E,2*beta) < pow(E,2*beta)) 81 82 dij *= 2 * pow(jet->E,2*beta); 82 83 else -
external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.hh
r769f65b r45e58be 1 // $Id: ValenciaPlugin.hh 77 6 2015-02-24 17:53:27Z vos $1 // $Id: ValenciaPlugin.hh 771 2015-02-21 16:40:07Z vos $ 2 2 // 3 3 // Copyright (c) 2014, Marcel Vos and Ignacio Garcia -
external/fastjet/plugins/SISCone/config.h
r769f65b r45e58be 83 83 /* Define to the full name and version of this package. */ 84 84 #ifndef SISCONE_PACKAGE_STRING 85 #define SISCONE_PACKAGE_STRING "SISCone 3.0. 3"85 #define SISCONE_PACKAGE_STRING "SISCone 3.0.4" 86 86 #endif 87 87 … … 98 98 /* Define to the version of this package. */ 99 99 #ifndef SISCONE_PACKAGE_VERSION 100 #define SISCONE_PACKAGE_VERSION "3.0. 3"100 #define SISCONE_PACKAGE_VERSION "3.0.4" 101 101 #endif 102 102 … … 111 111 /* Version number of package */ 112 112 #ifndef SISCONE_VERSION 113 #define SISCONE_VERSION "3.0. 3"113 #define SISCONE_VERSION "3.0.4" 114 114 #endif 115 115 -
external/fastjet/plugins/SISCone/config_raw.h
r769f65b r45e58be 48 48 49 49 /* Define to the full name and version of this package. */ 50 #define PACKAGE_STRING "SISCone 3.0. 3"50 #define PACKAGE_STRING "SISCone 3.0.4" 51 51 52 52 /* Define to the one symbol short name of this package. */ … … 57 57 58 58 /* Define to the version of this package. */ 59 #define PACKAGE_VERSION "3.0. 3"59 #define PACKAGE_VERSION "3.0.4" 60 60 61 61 /* Define to 1 if you have the ANSI C header files. */ … … 66 66 67 67 /* Version number of package */ 68 #define VERSION "3.0. 3"68 #define VERSION "3.0.4"
Note:
See TracChangeset
for help on using the changeset viewer.