Changes between Version 103 and Version 104 of PublicAnalysisDatabase


Ignore:
Timestamp:
Nov 20, 2015, 2:05:47 PM (9 years ago)
Author:
Sabine Kraml
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicAnalysisDatabase

    v103 v104  
    55----
    66
    7 '''IMPORTANT NOTE:''' the currently available recast codes and the descriptions provided below are for **!MadAnalysis 5 version 1.1.12**, which can be [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_v1.1.12beta.tgz​ downloaded here].  If you want to use these recast codes with the **latest**
    8 !MadAnalysis 5 **version 1.2.x**, you have to install our MA5tune version of Delphes as detailed below. For updating the analysis codes to use them with the standard Delphes linked to !MadAnalysis 5 version 1.2, see [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/MA5-1.2.pdf these slides]. In this case it is however advisable to re-do the validation of the analysis code(s). 
    9 Note also that the standard Delphes and delphesMA5tune still cannot be used simultaneously in v1.2. The update of the PAD to MA5v1.2 is in progress.
     7'''IMPORTANT NOTE:''' most of the currently available recast codes have been developed for our MA5tune version of Delphes within [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_v1.1.12beta.tgz​ !MadAnalysis 5 version 1.1.x].  If you want to use these recast codes with the latest
     8!MadAnalysis 5 version 1.2, you still have to install DelphesMA5tune as detailed below. For updating the analysis codes to use them with the standard Delphes linked to !MadAnalysis 5 version 1.2, see [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/MA5-1.2.pdf these slides]. In this case it is however advisable to re-do the validation of the analysis code(s). 
     9Note also that the standard Delphes and delphesMA5tune still cannot be used simultaneously in v1.2. The update of the full PAD to Delphes3/MA5v1.2 is in progress.
    1010
    1111----
     
    1515 install delphesMA5tune
    1616}}}
    17 within !MadAnalysis 5. If you have an older version of !MadAnalysis 5, first update it to the latest one. Also, beware that the standard Delphes and delphesMA5tune cannot be used simultaneously!!
    18 
    19 In order to use the code, you first need to create a working directory (that will be called ''PAD''). You can also optionally install a couple of python tools that allows for limit and efficiency map extractions. However, in order to have those tools available in the ''PAD'' directory, they need to be installed prior to the creation of the working directory. You need to start !MadAnalysis 5 as
    20 {{{
    21  ./bin/ma5 -R
    22 }}}
    23 If you want to use our scripts for limit setting and efficiency maps (see below), next type
     17within !MadAnalysis 5. Beware that the standard Delphes and delphesMA5tune cannot be used simultaneously, you must install only the one or the other!!
     18If you want to use our scripts for limit setting and efficiency maps (see [https://madanalysis.irmp.ucl.ac.be/wiki/UsingMa5Pad here]), next type
    2419{{{
    2520 install RecastingTools
     
    3025}}}
    3126
    32 
    33 **New analyses** (within the PAD or separately) can be added by running the script newAnalyzer.py (located in !Build/SampleAnalyzer), passing as an argument the name of the analysis of interest. For instance,
     27New analyses (within the PAD or separately) can be added by running the script newAnalyzer.py (located in !Build/SampleAnalyzer), passing as an argument the name of the analysis of interest. For instance,
    3428{{{
    3529 python newAnalyzer.py cms_sus_14_001
     
    3731will 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 !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).
    3832
    39 After execution of an analysis, **exclusion under the CLs prescription** can be computed with the Python code [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] Note that it requires [http://www.scipy.org/ SciPy] to be installed.
    40 The path to the working directory of interest has to be provided in the variable analysis_path in the beginning of the code.
    41 If you have done ''install !RecastingTools'', then a local copy of [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] is available in every new working directory. The code is called as
    42 {{{
    43  ./exclusion_CLs.py analysis_name mypoint.txt [run_number] [cross section in pb]
    44 }}}
    45 The 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. Details are given in [http://arxiv.org/abs/1407.3278 arXiv:1407.3278].
     33Here is a detailed [https://madanalysis.irmp.ucl.ac.be/wiki/Ma5PadStepByStep step-by-step introduction] to installing and using the MA5 PAD
    4634
    47 In order to get the **efficiency map** associated with a given benchmark point, the [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/getmaps.py getmaps.py] script can be run
    48 {{{
    49  ./getmaps.py mypoint.txt [cross section value]
    50 }}}
    51 where ''[cross section value]'' is the value of the cross section associated to the generated event sample under consideration.This creates one file for each analysis that has been executed, this file containing the efficiency associated with each of the signal regions of the relevant analysis.
    52 The efficiency maps come with the computed relative (statistical errors). In the case the script is run with a cross section value, the best expected region is indicated in the output file.
    53 (We stress that in order to have these scripts available, they must be installed before creating the working directory.) In the case the cross section value is negative, the best expected region derivation is omitted and only the efficiency map is computed.
    54 
    55 ''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. 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 validation note is required.
     35''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.
    5636
    5737For 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].
    5838
    5939----
    60 '''NEW:''' here is a [https://madanalysis.irmp.ucl.ac.be/wiki/Ma5PadStepByStep step-by-step introduction] to installing and using the MA5 PAD
    61 ----
    62 
    6340
    6441== Available Analyses ==
     
    6744
    6845=== ATLAS analyses, 8 TeV ===
    69 || '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Status''' ||
    70 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-05/ ATLAS-SUSY-2013-05] (published) || stop/sbottom search: 0 leptons + 2 b-jets || G. Chalons || [http://inspirehep.net/record/1325001/ Inspire] ||[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-13-05.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/plots.tgz (figures)]|| done ||
    71 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-11/ ATLAS-SUSY-2013-11] (published) || EWK-inos, 2 leptons + MET || B. Dumont || [http://inspirehep.net/record/1326686/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.tar.gz (source)] || done ||
    72 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HIGG-2013-03/ ATLAS-HIGG-2013-03] (published) || ZH->ll+invisible || B. Dumont || [http://inspirehep.net/record/1347081/ Inspire]  || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.tar.gz (source)] || done ||
    73 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/EXOT-2014-06/ ATLAS-EXOT-2014-06] (published) || mono-photons + MET || D. Barducci || [http://inspirehep.net/record/1353627/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-EXOT-2014-06.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cards.tgz MadGraph cards] || done ||
    74 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2014-10/ ATLAS-SUSY-2014-10] (published) || 2 leptons + jets + MET || B. Dumont || [https://inspirehep.net/record/1387577/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2014-10.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2014-10.tar.gz (source)] || done ||
    75 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-21/ ATLAS-SUSY-2013-21] (published) || 0 leptons + mono-jet/c-jets + MET || G. Chalons, D. Sengupta || [https://inspirehep.net/record/1388797 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-21.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-21.tar.gz (source)] || done ||
    76 || [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-02/ ATLAS-SUSY-2013-02] (published) || 0 leptons + 2-6 jets + MET || G. Chalons, D. Sengupta || [https://inspirehep.net/record/1388801 Inspire] || [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/ma5_atlas_1405_7875.pdf PDF] || done ||
     46|| '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Version''' ||
     47|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-05/ ATLAS-SUSY-2013-05] (published) || stop/sbottom search: 0 leptons + 2 b-jets || G. Chalons || [http://inspirehep.net/record/1325001/ Inspire] ||[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-13-05.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/plots.tgz (figures)]|| MA5tune ||
     48|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-11/ ATLAS-SUSY-2013-11] (published) || EWK-inos, 2 leptons + MET || B. Dumont || [http://inspirehep.net/record/1326686/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.tar.gz (source)] || MA5tune ||
     49|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HIGG-2013-03/ ATLAS-HIGG-2013-03] (published) || ZH->ll+invisible || B. Dumont || [http://inspirehep.net/record/1347081/ Inspire]  || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.tar.gz (source)] || MA5tune ||
     50|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/EXOT-2014-06/ ATLAS-EXOT-2014-06] (published) || mono-photons + MET || D. Barducci || [http://inspirehep.net/record/1353627/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-EXOT-2014-06.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cards.tgz MadGraph cards] || MA5tune ||
     51|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2014-10/ ATLAS-SUSY-2014-10] (published) || 2 leptons + jets + MET || B. Dumont || [https://inspirehep.net/record/1387577/ Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2014-10.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2014-10.tar.gz (source)] || MA5tune ||
     52|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-21/ ATLAS-SUSY-2013-21] (published) || 0 leptons + mono-jet/c-jets + MET || G. Chalons, D. Sengupta || [https://inspirehep.net/record/1388797 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-21.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-21.tar.gz (source)] || MA5tune ||
     53|| [https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2013-02/ ATLAS-SUSY-2013-02] (published) || 0 leptons + 2-6 jets + MET || G. Chalons, D. Sengupta || [https://inspirehep.net/record/1388801 Inspire] || [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/ma5_atlas_1405_7875.pdf PDF] || MA5tune ||
    7754
    7855[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/delphesMA5tune_card_ATLAS_05.tcl Delphes card] for ATLAS-SUSY-2013-05, ATLAS-SUSY-2013-21 and ​ATLAS-EXOT-2014-06[[BR]]
     
    8259=== CMS analyses, 8 TeV ===
    8360
    84 || '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Status''' ||
    85 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13011 CMS-SUS-13-011] (published) || stop search in the single lepton mode || B. Dumont, B. Fuks, C.  Wymant || [http://inspirehep.net/record/1301484/ Inspire] [1] [[BR]] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-011.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-011.tar.gz (source)] ||  done ||
    86 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13012 CMS-SUS-13-012] (published) || gluino/squark search in jet multiplicity and missing energy || S. Bein, D. Sengupta ||  [http://inspirehep.net/record/1305458/ Inspire] [[BR]] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-012.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cms_sus_13_012_note.zip (source)] || done ||
    87 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13016 CMS-SUS-13-016]  (PAS) || search for gluinos using OS dileptons and b-jets || D. Sengupta, S. Kulkarni || [http://inspirehep.net/record/1305194 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-016.pdf PDF]​ [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cms_sus_13_016_note.tar.gz (source)] || done ||
    88 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsSUS14001 CMS-SUS-14-001] || Searches for third-generation squarks in fully hadronic final states (monojet analysis) || S. Sharma, S. Pandey || [http://inspirehep.net/record/1401439 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-14-001-monojet.pdf PDF]​ || done ||
     61|| '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Version''' ||
     62|| [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13011 CMS-SUS-13-011] (published) || stop search in the single lepton mode || B. Dumont, B. Fuks, C.  Wymant || [http://inspirehep.net/record/1301484/ Inspire] [1] [[BR]] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-011.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-011.tar.gz (source)] ||  MA5tune ||
     63|| [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13012 CMS-SUS-13-012] (published) || gluino/squark search in jet multiplicity and missing energy || S. Bein, D. Sengupta ||  [http://inspirehep.net/record/1305458/ Inspire] [[BR]] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-012.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cms_sus_13_012_note.zip (source)] || MA5tune ||
     64|| [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PublicResultsSUS13016 CMS-SUS-13-016]  (PAS) || search for gluinos using OS dileptons and b-jets || D. Sengupta, S. Kulkarni || [http://inspirehep.net/record/1305194 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-13-016.pdf PDF]​ [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/cms_sus_13_016_note.tar.gz (source)] || MA5tune ||
     65|| [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsSUS14001 CMS-SUS-14-001] || Searches for third-generation squarks in fully hadronic final states (monojet analysis) || S. Sharma, S. Pandey || [http://inspirehep.net/record/1401439 Inspire] || [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/ma5_validation_CMS-SUS-14-001-monojet.pdf PDF]​ || MA5tune ||
    8966[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/delphesMA5tune_card_CMS_SUSY.tcl Delphes card] for these analyses
    9067