Skip to content
Seohyeon edited this page Aug 3, 2020 · 68 revisions

Welcome to the CATTools wiki!

CATTools is an analysis framework for the CMS experiment.

The sample information are retrieved in JSON format when you run "catGetDatasetInfo" command. CATTools/CatAnalyzer/data/dataset/dataset.json includes all information.

How to set up and use v806

cmsrel CMSSW_8_0_26_patch1
cd CMSSW_8_0_26_patch1/src
cmsenv

git clone https://github.com/vallot/CATTools
cd CATTools
git submodule init
git submodule update
cd CommonTools/scripts
git checkout master
git pull
cd ../../..

scram b -j20
catGetDatasetInfo v8-0-6
Clone this wiki locally