-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ Python framework for configuration of jet tools via the jet toolbox. | |
Check the branch for the correspondent release. This branch is for *CMSSW_10_2_X* and higher. | ||
Then for example: | ||
``` | ||
cmsrel CMSSW_10_2_15/ | ||
cd CMSSW_10_2_15/src/ | ||
cmsrel CMSSW_10_6_1/ | ||
cd CMSSW_10_6_1/src/ | ||
git cms-init | ||
git clone [email protected]:cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_102X_v2 | ||
git clone [email protected]:cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_102X_v3 | ||
scram b -j 18 | ||
``` | ||
|
||
|