Changes between Version 86 and Version 87 of PublicAnalysisDatabase


Ignore:
Timestamp:
Jun 22, 2015, 11:02:00 AM (9 years ago)
Author:
Benjamin Fuks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicAnalysisDatabase

    v86 v87  
    33This 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] and [http://arxiv.org/abs/1407.3278 arXiv:1407.3278]. 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 version 1.1.12**, which can be [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/ma5_v1.1.12beta.tgz​ downloaded here] (beware, the latest version on Launchpad is 1.1.11 and will not have all the functionality described below). After installation of !MadAnalysis 5 v1.1.12, you also need our modified version of Delphes. To install it, type 
     5In order to use these files, you need **!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] (beware, the latest version on Launchpad is 1.1.11 and will not have all the functionality described below). After installation of !MadAnalysis 5 v1.1.12, you also need our modified version of Delphes. To install it, type 
    66{{{
    77 install delphesMA5tune
     
    2929will 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).
    3030
    31 After 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] Note that it requires [http://www.scipy.org/ SciPy] to be installed.
     31After execution of an analysis, **exclusion under the CLs prescription** can be computed with the Python code [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] Note that it requires [http://www.scipy.org/ SciPy] to be installed.
    3232The path to the working directory of interest has to be provided in the variable analysis_path in the beginning of the code.
    33 If you have done ''install !RecastingTools'', then a local copy of [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] is available in every new working directory. The code is called as
     33If you have done ''install !RecastingTools'', then a local copy of [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PublicAnalysisDatabase/exclusion_CLs.py exclusion_CLs.py] is available in every new working directory. The code is called as
    3434{{{
    3535 ./exclusion_CLs.py analysis_name mypoint.txt [run_number] [cross section in pb]
     
    3737The 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].
    3838
    39 In order to get the **efficiency map** associated with a given benchmark point, the [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/getmaps.py getmaps.py] script can be run
     39In 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
    4040{{{
    4141 ./getmaps.py mypoint.txt [cross section value]
     
    5555=== ATLAS analyses, 8 TeV ===
    5656|| '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Status''' ||
    57 || [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/PhysicsAnalysisDatabase/ma5_validation_ATLAS-SUSY-13-05.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/plots.tgz (figures)]|| done ||
    58 || [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/PhysicsAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.pdf PDF] [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_ATLAS-SUSY-2013-11_v2.tar.gz (source)] || done ||
    59 || [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/PhysicsAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_ATLAS-HIGG-2013-03.tar.gz (source)] || done ||
    60 || [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/PhysicsAnalysisDatabase/ma5_validation_ATLAS-EXOT-2014-06.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/cards.tgz MadGraph cards] || done ||
     57|| [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 ||
     58|| [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 ||
     59|| [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 ||
     60|| [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 ||
    6161
    62 [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/delphesMA5tune_card_ATLAS_05.tcl Delphes card] for ATLAS-SUSY-2013-05 and ​ATLAS-EXOT-2014-06[[BR]]
    63 [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/delphesMA5tune_card_ATLAS_dileptonSUSY.tcl Delphes card] for ATLAS-SUSY-2013-11 and ATLAS-HIGG-2013-03
     62[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/delphesMA5tune_card_ATLAS_05.tcl Delphes card] for ATLAS-SUSY-2013-05 and ​ATLAS-EXOT-2014-06[[BR]]
     63[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/delphesMA5tune_card_ATLAS_dileptonSUSY.tcl Delphes card] for ATLAS-SUSY-2013-11 and ATLAS-HIGG-2013-03
    6464
    6565=== CMS analyses, 8 TeV ===
    6666
    6767|| '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Status''' ||
    68 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsSUS13011 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/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-011.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-011.tar.gz (source)] ||  done ||
    69 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsSUS13012 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/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-012.pdf PDF] [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/cms_sus_13_012_note.zip (source)] || done ||
    70 || [https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsSUS13016 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/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-016.pdf PDF]​ [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/cms_sus_13_016_note.tar.gz (source)] || done ||
     68|| [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 ||
     69|| [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 ||
     70|| [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 ||
    7171
    72 [http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PhysicsAnalysisDatabase/delphesMA5tune_card_CMS_SUSY.tcl Delphes card] for these analyses
     72[http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/PublicAnalysisDatabase/delphesMA5tune_card_CMS_SUSY.tcl Delphes card] for these analyses
    7373
    7474[1] This analysis requires MINUIT libraries. Therefore, the line