Changes between Version 141 and Version 142 of PublicAnalysisDatabase


Ignore:
Timestamp:
Jul 18, 2016, 3:55:13 PM (8 years ago)
Author:
Benjamin Fuks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicAnalysisDatabase

    v141 v142  
    55----
    66
    7 The current version of !MadAnalysis 5 is [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5SandBox/ma5.tgz version 1.4] (to be officially released on July 20). This version (and the former v1.3 version) contains a lot of improvements to make the recasting procedure easier. Although we have two options for taking care of the detector simulation (delphes and delphesMA5tune), we recommend, when developing a new recasting code, to use the latest MA5v1.4 version linked to the standard Delphes3 (see [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/MA5-1.2.pdf these slides] for more information).
    8 
    9 ----
    10 
    11 In order to use all analyses implement in the PAD, you need to install both the delphes and delphesMA5tune detector simulators and the library of analyses shown below. To this aim, once !MadAnalysis 5 has been installed and started, it is sufficient to type:
     7The current version of !MadAnalysis 5 is [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5SandBox/ma5.tgz version 1.4] (to be officially released on July 20). This version (and the former v1.3 version) contains a lot of improvements to make the recasting procedure easier. In order to use all analyses implement in the PAD, you need to install both the delphes and delphesMA5tune detector simulators and the library of analyses shown below. To this aim, once !MadAnalysis 5 has been installed and started, it is sufficient to type:
    128{{{
    139 install delphesMA5tune
    1410 install PADForMA5tune
    15  install delphesMA5tune
     11 install delphes
    1612 install PAD
    1713}}}
     
    3531----
    3632
    37 New analyses (within the PAD or separately) can be added by running the script newAnalyzer.py (located in !PAD/Build/SampleAnalyzer), passing as an argument the name of the analysis of interest. For instance,
     33Although we have two options for taking care of the detector simulation (delphes and delphesMA5tune), we recommend, when developing a new recasting code, to use the latest MA5v1.4 version linked to the standard Delphes3 (see [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/MA5-1.2.pdf these slides] for more information). New analyses (within the PAD or separately) can be added by running the script newAnalyzer.py (located in PAD/Build/SampleAnalyzer), passing as an argument the name of the analysis of interest. For instance,
    3834{{{
    3935 python newAnalyzer.py cms_sus_14_001
    4036}}}
    41 will create and modify the necessary files for adding the analysis named cms_sus_14_001. In particular, a pair of header and source C++ files cms_sus_14_001.cpp and cms_sus_14_001.h are now available in the subdirectory !PAD/Build/SampleAnalyzer/User/Analyzer. You can now either implement the analysis yourself or replace the newly created files with those shared by somebody else (or downloaded from the list below in case you do not use the automatic PAD installation from above).
     37will create and modify the necessary files for adding the analysis named cms_sus_14_001. In particular, a pair of header and source C++ files cms_sus_14_001.cpp and cms_sus_14_001.h are now available in the subdirectory PAD/Build/SampleAnalyzer/User/Analyzer. You can now either implement the analysis yourself or replace the newly created files with those shared by somebody else (or downloaded from the list below in case you do not use the automatic PAD installation from above).
    4238
    4339''We strongly encourage users to publish their re-implemented LHC analyses via [https://inspirehep.net/help/data-submission?ln=en Inspire].'' This way they become individually citable. (Send us an email with the Inspire link to integrate your analysis in the PAD.) Recommendations regarding the proper validation are given in  [http://arxiv.org/abs/1407.3278 arXiv:1407.3278]. Note that for every analysis that is part of the PAD, a detailed validation note is required.