# Instructions tested on Ubuntu 20.04
# Check out package
git clone [email protected]:chrisdeutsch/ttbar_reweighting.git
# Create virtual environment
virtualenv ttbar_reweighting_env
# Activate virtual environment
source ttbar_reweighting_env/bin/activate
# Install requirements
pip install -r ttbar_reweighting/requirements.txt
# Set paths
PATH="$(readlink -e ttbar_reweighting/scripts):${PATH}"
if [[ -z "${PYTHONPATH}" ]]; then
export PYTHONPATH="$(readlink -e ttbar_reweighting)"
else
PYTHONPATH="$(readlink -e ttbar_reweighting):${PYTHONPATH}"
fi
# Ready to reweight
cp -r /cephfs/user/s6crdeut/fr_ntups/ntups_v3 . # cephfs is slooow
reweight_nn.py ntups_v3
-
Notifications
You must be signed in to change notification settings - Fork 0
chrisdeutsch/ttbar_reweighting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published