Skip to content

DiElectronX/Run3BparkingTriggerStudies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger studies for a BParking data set during Run 3

This code is used to estimate the performance of various trigger configurations aimed at an RK analysis in Run 3.

Copy files:

mkdir root;
cp /afs/cern.ch/user/y/ytakahas/public/forRob/*.root root/

Produce ntuples for trigger efficiency and rate estimation

Produce ntuples:

. setup_rob.sh # init
python genstudy_l1.py
python rate.py

Trigger efficiency vs rate:

python generateGraphs.py --type ult
python generateGraphs.py --type rate --lumi 0.8 [you can also choose whatever value you want]
python draw_roc.py --lumi 0.8 [you can also choose whatever value you want]
evince plots/roc_ult.pdf

Analysis efficiency map:

cd eff/
root -l numer.C+
root -l denom.C+
python eff.py
cd ../

Trigger efficiency x signal acceptance x analysis efficiency:

python generateGraphs.py --type ult --weight
python generateGraphs.py --type rate
python draw_roc.py
evince plots/roc_ult.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • C 7.0%
  • Shell 1.1%