Skip to content

Commit

Permalink
Getting rid of hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiPovsten committed May 23, 2024
1 parent 6407587 commit c0063bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file removed analyses/.DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions analyses/cms-open-data-ttbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ To submit the created histograms to HEP data,, you'll need to install the necess
``` console
pip install hepdata_lib hepdata-cli
```
and the root (for current version of it is mandatory)
```console
mamba install -c conda-forge root htcondor=10.8 -y
```
Next, modify the notebook to enable the submission in one run. You'll need to create a zip archive of your data for uploading.

```python
Expand Down
2 changes: 1 addition & 1 deletion analyses/cms-open-data-ttbar/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# read files from public EOS (thanks to the CMS DPOA team!)
# note that they are likely only available temporarily
# and not part of an official CMS Open Data release
"INPUT_FROM_EOS": True,
"INPUT_FROM_EOS": False,
# prefix for URIs for ATLAS-style xcache use
# e.g. "root://xcache.af.uchicago.edu//" for UChicago
"XCACHE_ATLAS_PREFIX": None,
Expand Down

0 comments on commit c0063bb

Please sign in to comment.