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
You need to install the PatExtractor package before MttExtractorAnalysis. You can find all the necessary informations here: https://github.com/IPNL-CMS/PatExtractor/wiki. The tag you should install is indicated on the table above.
Other dependencies
Follow the dependencies instructions indicated in the link in the table corresponding to the version you want to install. If there's no link, it means nothing needs to be done.
Step 3 - Post-installation instructions
Follow the post-installation instructions indicated in the link in the table corresponding to the version you want to install. If there's no link, it means nothing needs to be done.
Step 4 - Install the MttExtractorAnalysis package
Be sure to be in the src directory of the CMSSW release.
cd Extractors
git clone https://github.com/IPNL-CMS/MttExtractorAnalysis.git
cd MttExtractorAnalysis
# Find the tag name in the table above
git checkout <tag>
cd ..