Skip to content

bowenzhang23/TruthAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Set up

(1) make a workspace

mkdir new_folder
cd $_

(2) create a script to set up in setup.sh:

setupATLAS -q
lsetup git
mkdir -p build run
git clone git@github.com:peppapiggyme/TruthAnalysis.git source
pushd build
asetup AnalysisBase,21.2.104
cmake ../source
make
source x86*/setup.sh
popd

(3) every login, do this

setupATLAS -q && pushd build && asetup && source x86*/setup.sh && popd

(4) to execute

RunTruthAnalysis.py <options>

Info

What/Why truth level analysis and how to do it in ATLAS software: slides

To do

see issues

About

EventLoop truth analysis example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published