Changes between Version 35 and Version 36 of PublicAnalysisDatabase


Ignore:
Timestamp:
Jul 10, 2014, 1:29:53 AM (10 years ago)
Author:
bdumont
Comment:

explanations on exclusion_CLs.py

Legend:

Unmodified
Added
Removed
Modified
  • PublicAnalysisDatabase

    v35 v36  
    11= !MadAnalysis 5 physics analysis database =
    22
    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.
     3This 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.
    44
    5 In order to use these files, you need !MadAnalysis 5.1.1.11 or higher, as well as our modified version of Delphes, which can be installed with the command
     5In order to use these files, you need !MadAnalysis 5 version 1.1.11 or higher, as well as our modified version of Delphes, which can be installed with the command
    66{{{
    77 install delphesMA5tune
     
    1717 python newAnalyzer.py cms_sus_13_011
    1818}}}
    19 will create and modify all necessary files for adding the 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 replaced by those available for download in the database (see list below). A more convenient library mode to install several analyses at once is in preparation.
     19will create and modify all necessary files for adding the 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 replaced by those available for download in the database (see list below). A more convenient library mode to install several analyses at once is in preparation.
     20
     21After execution of an analysis, exclusion under the CLs prescription can be computed with the Python code [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] It requires [http://www.scipy.org/ SciPy] to be installed.
     22The path to the working directory of interest has to be provided in the variable analysis_path in the beginning of the code. The limit-setting code can also be obtained with the command
     23{{{
     24 install RecastingTools
     25}}}
     26within !MadAnalysis 5. This will create a local copy of [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] in every new working directory.
     27In both cases, the code should be called as
     28{{{
     29 ./exclusion_CLs.py analysis_name mypoint.txt [run_number] [cross section in pb]
     30}}}
     31The exclusion results will be printed on the screen and in an output file located in the directory mypoint.txt/ of the output of the analysis.
    2032
    2133''We strongly encourage users to publish their re-implemented LHC analyses via Inspire.'' This way they not only become part of the public database, rendering them as useful as possible to the community, but they also become individually searchable and citable.