Changes between Version 20 and Version 21 of PublicAnalysisDatabase
- Timestamp:
- Jun 24, 2014, 2:57:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicAnalysisDatabase
v20 v21 15 15 and 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, 16 16 {{{ 17 17 python newAnalyzer.py cms_sus_13_011 18 18 }}} 19 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. … … 35 35 === CMS analyses, 8 TeV === 36 36 || '''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 || 38 38 || [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 || 39 39 || [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 || 40 40 41 41 **'' !! 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 }}} 47 should be added to the Makefile of the Build/ directory before compilation.