Changes between Version 311 and Version 312 of PublicAnalysisDatabase
- Timestamp:
- Jan 20, 2022, 1:19:50 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicAnalysisDatabase
v311 v312 24 24 ---- 25 25 26 Following the end of Inspire services for data storage, this framework has to be used with the future !MadAnalysis 5 release, ''i.e.'' [https:// bazaar.launchpad.net/~ma5dev/madanalysis5/v1.9_beta/tarball version 1.9].26 Following the end of Inspire services for data storage, this framework has to be used with the future !MadAnalysis 5 release, ''i.e.'' [https://github.com/MadAnalysis/madanalysis5/releases version 1.9.60]. 27 27 28 28 In order to use the analyses implemented in the PAD, one needs to install a detector simulator and the corresponding library of recast analyses. Three options are available. … … 39 39 ''We strongly encourage users to publish their implemented LHC analyses on the [https://dataverse.uclouvain.be/dataverse/madanalysis MadAnalysis 5 dataverse].'' This way they become individually citable. Please send us an email to get your recast code added to the dataverse and to the PAD. Recommendations regarding the proper validation are given in [http://arxiv.org/abs/1407.3278 arXiv:1407.3278] and [http://arxiv.org/abs/1808.00480 arXiv:1808.00480]. Note that for every analysis that is part of the PAD, a detailed validation note is required. 40 40 41 For any information on the implementation of an analysis, on the database or on the expert mode of the program, please visit the ' Answers' section of our [https://launchpad.net/madanalysis5 LaunchPadpage].41 For any information on the implementation of an analysis, on the database or on the expert mode of the program, please visit the 'Issues' section of our [https://github.com/MadAnalysis/madanalysis5 GitHub page]. 42 42 43 43 ---- … … 54 54 set main.recast.card_path = <path-to-a-recasting-card> 55 55 }}} 56 to provide the recasting card directly. The output directory contains event samples after detector simulation if the `store_root` option has been set to `True`, as well as exclusions (1-CLs) and efficiency information for each signal region of each of the selected analyses. The cross 56 to provide the recasting card directly. The output directory contains event samples after detector simulation if the `store_root` option has been set to `True`, as well as exclusions (1-CLs) and efficiency information for each signal region of each of the selected analyses. The cross-section excluded at the 95% CL for each region is also provided as additional information. 57 57 58 58 ----