8000 GitHub - olivito/L1Analyzer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

olivito/L1Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

This package depends on the UCT2015 emulator.  To set everything up:

cmsrel CMSSW_7_1_0_pre8
cd CMSSW_7_1_0_pre8/src
cmsenv

git cms-init   

# Downloading the UCT 
git clone https://github.com/uwcms/UCT2015.git L1Trigger/UCT2015
cd L1Trigger/UCT2015
git checkout 2014-Menus-V47
cd ../..

# Download this package
git clone git@github.com:olivito/L1Analyzer.git

scram b -j 8

#### examples of running

cd L1Analyzer/L1Analyzer/test

# histograms for signal
cmsRun runUCTToGTinterface_T2tt_SIGNAL.py

# histograms for rates (minbias, small test)
cmsRun runUCTToGTinterface_rates_minbias.py

# simple flat ntuple for rates (minbias, small test)
cmsRun runUCTToGTinterface_ntuple_minbias.py

#### examples of calculating rates/turn-ons

# in L1Analyzer/L1Analyzer/macros
# - for rates: make_rates.C
# - for turn-ons: plot_turnon.C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0