Changes between Version 65 and Version 66 of WikiStart


Ignore:
Timestamp:
Feb 23, 2021, 10:24:01 AM (4 years ago)
Author:
jackaraz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v65 v66  
    11== !MadAnalysis 5 - A package for event file analysis and recasting of LHC results==
     2
     3{{{
     4#!html
     5<div style="background: rgb(0,77,128); padding: 20px 20px; max-width: 425px; margin-left: 20px ; margin-right: 30px; margin-bottom: 20px; float: right;  border-radius: 20px; box-shadow: 5px 5px 10px black;">
     6  <div style="border: 2px solid rgb(254,174,0); border-radius: 20px; padding: 40px; color: rgb(255,255,255);">
     7    <h1 style="display: block; text-align: center; margin: 0; font-size: 25px;"><span style="color: rgb(184,44,44);">WANTED:</span> Analysis codes</h1>
     8    <p style="font-size: 13px; line-height:1.4; text-align: justify;">
     9Scientific reproducibility and data preservation solely depend on preserving analysis logic in a reinterpretable form. You can contribute to the HEP community by sharing the LHC recast you have implemented in the MadAnalysis 5 framework, through <a href="http://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase"; style="color:white; font-weight:bold">Public Analysis Database (PAD)</a>! Please send us your analysis code, detector card, info file and validation note to be included in <a href="http://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase"; style="color:white; font-weight:bold">PAD</a> for public use.
     10</p>
     11<p style="font-size: 13px; line-height:1.4; text-align: justify; text-indent:20px;">
     12More information and examples can be found in the proceedings of <a href="https://doi.org/10.1142/S0217732321020016"; style="color:white; font-weight:bold">the second MadAnalysis 5 Workshop on LHC recasting in Korea</a>. Analysis codes have been published, documented and got a DOI so that they can now be cited.
     13</p>
     14  </div>
     15</div>
     16}}}
    217
    318!MadAnalysis is a new framework for phenomenological investigations at particle colliders. Based on a C++ kernel, this program allows to efficiently perform, in a straightforward and user-friendly fashion, sophisticated physics analyses of event files such as those generated a large class of Monte Carlo event generators. !MadAnalysis 5 comes with two modes of running. The first one, easier to handle, uses the strengths of a powerful Python interface in order to implement the analysis by the mean of a set of intuitive commands. The second one requires to implement the analysis in the C++ programming language, directly within the core of the analysis framework. This opens unlimited possibilities concerning the level of complexity which can be reached by the analysis, being only limited by the programming skills and the originality of the user.