You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you already have installed PatTopProduction, you should already have most of the dependencies. Check before installing!
Follow the dependencies instructions indicated in the link in the table corresponding to the version you want to install
Step 3 - Install the PatExtractor package
Be sure to be in the src directory of the CMSSW release.
mkdir Extractors
cd Extractors
git clone https://github.com/IPNL-CMS/PatExtractor.git
cd PatExtracor
# Find the tag name in the table above
git checkout <tag>
cd ..