Skip to content

UCATLAS/simple_xAH_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple xAH Example

Installing

The last stable analysis base used is 2.3.14. To install,

export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh'
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
mkdir myRootCore && cd myRootCore
rcSetup Base,2.3.14
git clone https://github.com/UCATLAS/simple_xAH_example
git clone https://github.com/UCATLAS/xAODAnaHelpers
python xAODAnaHelpers/scripts/checkoutASGtags.py 2.3.14
rc find_packages
rc compile

Running

xAH_run.py input.root --config=simple_xAH_example/data/simple.json

This will produce two sets of plots, one for the input AntiKt4LCTopoJets that you are applying JetSelector on, and one for the output AntiKt4LCTopoJets that have passed the pre-selection.

For other options, run xAH_run.py -h but note that only direct driver has been tested right now.

Dependencies

Tested Against AnalysisBase versions:

  • 2.3.14

Authors

About

A simple example using xAODAnaHelpers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published