Skip to content

Commit

Permalink
Merge pull request cms-nanoAOD#308 from namapane/patch-1
Browse files Browse the repository at this point in the history
Update README.md to mention the new CMSSW package
  • Loading branch information
clelange authored Dec 6, 2023
2 parents 7a4e7e5 + 9f58521 commit d163c18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nanoAOD-tools
Tools for working with NanoAOD (requiring only python + root, not CMSSW)
A minimal set of tool for working with NanoAODs (with dependencies on only python + root, not on the CMSSW framework)

**Please note that, starting with CMSSW_13_3_0 (with backports for the coming 13_0_16 and 13_1_2), the framework part of NanoAODTools is maintained as a CMSSW package, in [PhysicsTools/NanoAODTools](https://github.com/cms-sw/cmssw/tree/master/PhysicsTools/NanoAODTools)**.

This repository and the instructions below are still relevant only for older CMSSW releases.

## Checkout instructions: standalone

Expand All @@ -14,7 +18,7 @@ Repeat only the last command at the beginning of every session.

Please never commit neither the build directory, nor the empty init.py files created by the script.

## Checkout instructions: CMSSW
## Checkout instructions: CMSSW (CMSSW 12X and below)

cd $CMSSW_BASE/src
git clone https://github.com/cms-nanoAOD/nanoAOD-tools.git PhysicsTools/NanoAODTools
Expand Down

0 comments on commit d163c18

Please sign in to comment.