Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New json files for MiniAODv4, minor updates in runner and README #88

Merged
merged 29 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
40fde70
feat:new JEC from Run22 and Run22EE added
uttiyasarkar Nov 24, 2023
a77f212
feat: python script update
uttiyasarkar Nov 24, 2023
3bbfbf9
bug: change indentation
uttiyasarkar Nov 24, 2023
adc2852
Merge branch 'devuttiya' of github.com:uttiyasarkar/BTVNanoCommission…
uttiyasarkar Nov 29, 2023
97db788
Merge branch 'cms-btv-pog:master' into devuttiya
uttiyasarkar Nov 30, 2023
2f4257b
Merge branch 'devuttiya' of github.com:uttiyasarkar/BTVNanoCommission…
uttiyasarkar Dec 1, 2023
d103b0b
Update README.md
uttiyasarkar Dec 14, 2023
bc9fa7c
Update README.md
uttiyasarkar Dec 14, 2023
e9486e6
Update README.md
uttiyasarkar Dec 14, 2023
b17d4d5
Update README.md
uttiyasarkar Dec 14, 2023
2ea4fe9
fix: force coffea installation to v0.7.22
uttiyasarkar Dec 18, 2023
162a237
bug: missing equal sign
uttiyasarkar Dec 18, 2023
7e7a115
Changes with respect to micromamba migration
uttiyasarkar Dec 18, 2023
65b8ec6
Update README.md
uttiyasarkar Dec 27, 2023
f84d64d
Merge branch 'cms-btv-pog:master' into devuttiya
uttiyasarkar Dec 28, 2023
df344e9
add conda to runner.py
uttiyasarkar Jan 10, 2024
0f05890
README changed
uttiyasarkar Jan 12, 2024
023aab3
Merge branch 'devuttiya' of github.com:uttiyasarkar/BTVNanoCommission…
uttiyasarkar Jan 12, 2024
d0d7a07
new json files added
uttiyasarkar Jan 18, 2024
f9f045d
Delete DY_test.txt
uttiyasarkar Jan 18, 2024
d698a66
address to PR comments
uttiyasarkar Jan 18, 2024
5932561
remove unnecessary files
uttiyasarkar Jan 18, 2024
4fa0069
reformatted with black
uttiyasarkar Jan 19, 2024
0880084
all json files redone in consistent to the private NanoAOD samples
uttiyasarkar Jan 23, 2024
0f5d7de
all json files redone in consistent to the private NanoAOD samples
uttiyasarkar Jan 23, 2024
9d1e5dc
new json files added
uttiyasarkar Jan 23, 2024
a4af09d
Revert "new json files added"
uttiyasarkar Jan 23, 2024
e693897
linting with black
uttiyasarkar Jan 23, 2024
3b8e681
changes to naming conventions
uttiyasarkar Jan 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
bug: wrong link update
  • Loading branch information
uttiyasarkar authored Dec 14, 2023
commit e9486e6c98de83f3765eed24ce5549b851d79c6f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone --recursive git@github.com:cms-btv-pog/BTVNanoCommissioning.git
conda activate btv_coffea
```
### Coffea installation with Micromamba
For installing Micromamba, see also [[https://hackmd.io/GkiNxag0TUmHnnCiqdND1Q#Local-or-remote](https://mamba.readthedocs.io/en/latest/user_guide/)](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
For installing Micromamba, see [[here](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)]
```
wget wget -L micro.mamba.pm/install.sh
# Run and follow instructions on screen
Expand Down
Loading