Skip to content

Commit

Permalink
Merge pull request #207 from johannbrehmer/develop
Browse files Browse the repository at this point in the history
Last changes for v0.2.0
  • Loading branch information
johannbrehmer committed Jan 15, 2019
2 parents f0c6f53 + 4da0c72 commit 37b2aa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,15 @@ estimators are implemented.
Make sure the following tools are installed and running:
- MadGraph (we've tested our setup with MG5_aMC v2.6.2 and have received reports about issues with newer versions).
- Pythia8 and the MG-Pythia interface installed from the MadGraph interface.
- The MadGraph-Pythia interface has issues
with the treatment of multiple weights. Until this is fixed in the official release, the user has to install a patch
manually. These files are available upon request.
- For the analysis of systematic uncertainties, LHAPDF6 has to be installed with Python support (see also
[the MadGraph systematics tool](https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/Systematics)).
[the documentation of MadGraph's systematics tool](https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/Systematics)).

For the detector simulation part, there are different options. For simple parton-level analyses, we provide a bare-bones
option to calculate truth-level observables which do not require any additional packages.

We have also implemented a fast detector simulation based on Delphes with a flexible framework to calculate observables.
Using this adds another requirement:
- Delphes, for instance installed from the MadGraph interface. Delphes has issues with the treatment of multiple
weights. Until this is fixed in the official releases, the user has to install a patch manually. These files are also
available upon request.
- Delphes, for instance installed from the MadGraph interface.

Finally, Delphes can be replaced with another detector simulation, for instance a full detector simulation based
with Geant4. In this case, the user has to implement code that runs the detector simulation, calculates the observables,
Expand Down
2 changes: 1 addition & 1 deletion madminer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EMAIL = 'johann.brehmer@nyu.edu'
AUTHOR = 'Johann Brehmer, Felix Kling, Kyle Cranmer'
REQUIRES_PYTHON = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4'
VERSION = '0.1.1'
VERSION = '0.2.0'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 37b2aa0

Please sign in to comment.