| 1 | == !MadAnalysis 5 physics analysis database == |
| 2 | |
| 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 discussion on the validation of each implementation is also provided. |
| 4 | |
| 5 | In order to use those files, the user is asked to first create a working directory by starting !MadAnalysis 5 as |
| 6 | {{{ |
| 7 | ./bin/ma5 -E -R |
| 8 | }}} |
| 9 | and second follow the instructions displayed to the screen. It is then required to run the script newAnalyzer.py (located in !Build/SampleAnalyzer) by passing as an argument the name of the analysis of interest. For instance, |
| 10 | {{{ |
| 11 | python newAnalyzer.py cms_sus_13_011 |
| 12 | }}} |
| 13 | will create and modify all necessary files for adding an analysis named cms_sus_13_011. In particular, a pair of header and source c++ files cms_sus_13_011.cpp and cms_sus_13_011.h are now available in the subdirectory !Build/SampleAnalyzer/User/Analyzer. These files must be superseded by those available to download on the CMS-SUS-13-011 wikipage (see below). |
| 14 | |
| 15 | We strongly encourage users to make the LHC analyses that they are recasting public in our database, in order to render them as useful as possible to the community. 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 launchpad page]. |
| 16 | |
| 17 | === Available Analyses === |
| 18 | || '''Analysis''' || ''' Short Description''' || '''Contact people''' || '''Status''' || |
| 19 | || [wiki:CMS_SUS_13_011 CMS-SUS-13-011] || CMS stop search in the single lepton mode || B. Dumont, B. Fuks, C. Wymant || Available || |