Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata committed Feb 24, 2021
1 parent 5760b65 commit 5ccb94c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[![CI](https://github.com/jpata/particleflow/workflows/CI/badge.svg)](https://github.com/jpata/particleflow/actions)

<p float="left">
<img src="delphes/plots/event.png" alt="Simulated event" width="600"/>
<img src="notebooks/plots/event.png" alt="Simulated event" width="600"/>
</p>

<p float="left">
<img src="delphes/plots/num_particles.png" alt="Particle multiplicity" width="300"/>
<img src="delphes/plots/res_pid2.png" alt="Neutral hadron resolution" width="300"/>
<img src="notebooks/plots/num_particles.png" alt="Particle multiplicity" width="300"/>
<img src="notebooks/plots/res_pid2.png" alt="Neutral hadron resolution" width="300"/>
</p>

## MLPF with Delphes
Expand Down
6 changes: 3 additions & 3 deletions scripts/local_test_delphes_tf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mkdir -p data/pythia8_ttbar
mkdir -p data/pythia8_ttbar/val
cd data/pythia8_ttbar

#download a test input file (you can also download everything from Zenodo at 10.5281/zenodo.4452283)
wget -q --no-check-certificate -nc https://zenodo.org/record/4452283/files/tev14_pythia8_ttbar_0_0.pkl.bz2
wget -q --no-check-certificate -nc https://zenodo.org/record/4452283/files/tev14_pythia8_ttbar_0_1.pkl.bz2
#download a test input file (you can also download everything from Zenodo at 10.5281/zenodo.4559324)
wget -q --no-check-certificate -nc https://zenodo.org/record/4559324/files/tev14_pythia8_ttbar_0_0.pkl.bz2
wget -q --no-check-certificate -nc https://zenodo.org/record/4559324/files/tev14_pythia8_ttbar_0_1.pkl.bz2
mv tev14_pythia8_ttbar_0_1.pkl.bz2 val/

cd ../..
Expand Down

0 comments on commit 5ccb94c

Please sign in to comment.