Changes between Version 20 and Version 21 of PublicAnalysisDatabase


Ignore:
Timestamp:
Jun 24, 2014, 2:57:29 AM (10 years ago)
Author:
bdumont
Comment:

new footnote [1]

Legend:

Unmodified
Added
Removed
Modified
  • PublicAnalysisDatabase

    v20 v21  
    1515and follow the instructions displayed to the screen. So far, there is no automatic installation in the form of an analysis library. Instead, analyses have to be added by hand.  This is done by running the script newAnalyzer.py (located in !Build/SampleAnalyzer), passing as an argument the name of the analysis of interest. For instance,
    1616{{{
    17   python newAnalyzer.py cms_sus_13_011
     17 python newAnalyzer.py cms_sus_13_011
    1818}}}
    1919will 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.
     
    3535=== CMS analyses, 8 TeV ===
    3636|| '''Analysis''' || ''' Short Description''' || '''Implemented by''' || '''Code''' || '''Validation note''' || '''Status''' ||
    37 || [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] || [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-011.pdf PDF] ||  done ||
     37|| [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] || [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-011.pdf PDF] ||  done ||
    3838|| [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 || DOI/Inspire link || [http://madanalysis.irmp.ucl.ac.be/attachment/wiki/PhysicsAnalysisDatabase/ma5_validation_CMS-SUS-13-012.pdf PDF] || ok, move to v1.1.11 ||
    3939|| [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 || DOI/Inspire link || PDF || done ||
    4040
    4141**'' !! please properly cite the DOIs of all the re-implementation codes you are using !! **''
     42
     43[1] This analysis requires MINUIT libraries. Therefore, the line
     44{{{
     45 LIBFLAGS += -lMinuit
     46}}}
     47should be added to the Makefile of the Build/ directory before compilation.