CATTuple Analysis Examples
Setting up CATTools to use CAT objects
Setting up CMSSW and checking out CATTools
%CODE{"bash"}%
scram p -n cat CMSSW CMSSW_7_2_2_patch1
cd cat/src
cmsenv
git clone
git@github.com:vallot/CATTools.git
cd CATTools
git checkout cat72x
cd ..
scram b -j 8
%ENDCODE%
CATTuple Parton and Pseudo Top
CatAnalyzer?/plugins/CATGenlevelAnalysis.cc,
CatAnalyzer?/test/run_genlevel_cfg.py
This examples analyze CATTuple and save plots including several kinematic variables about gen level top and pseudo top. The output root file also contains 2d plots comparing between gen top & pseudo top. Only dilepton channel(channel 3) is selected.