Changes between Version 60 and Version 61 of PublicAnalysisDatabase
- Timestamp:
- Mar 12, 2015, 8:43:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicAnalysisDatabase
v60 v61 17 17 install RecastingTools 18 18 }}} 19 Then type 19 For creating a working directory that contains all the analyses that are publicly available, then type 20 20 {{{ 21 21 install PAD 22 22 }}} 23 to create a working directory that contains all the analyses that are publicly available.24 23 25 24 **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, … … 31 30 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. 32 31 The 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 as32 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 34 33 {{{ 35 34 ./exclusion_CLs.py analysis_name mypoint.txt [run_number] [cross section in pb]