Changes between Version 12 and Version 13 of PublicAnalysisDatabase
- Timestamp:
- Jun 19, 2014, 11:40:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicAnalysisDatabase
v12 v13 3 3 This page contains a collection of LHC analyses that have been implemented in the !MadAnalysis 5 framework (in the expert mode) described in [http://arxiv.org/abs/1405.3982 arXiv:1405.3982 [hep-ph]]. For each analysis, a commented c++ code is available for download, provided together with information on the analysis and references to relevant publications. A careful validation of each implementation is also provided. 4 4 5 In order to use those files, the user is asked to create a working directory by starting !MadAnalysis 5 as 5 In order to use these files, you need !MadAnalysis 5.1.1.10 or higher, as well as our modified version of DELPHES, which can be installed with the command 6 {{{ 7 intall <delphes-ma5tune> 8 }}} 9 within !MadAnalysis 5. If you have an older version of !MadAnalysis 5, first update it to the latest one. 10 11 You then need to create a working directory by starting !MadAnalysis 5 as 6 12 {{{ 7 13 ./bin/ma5 -E -R … … 32 38 33 39 **'' !! please properly cite the DOIs of all the re-implementation codes you are using !! **'' 34