Skip to content

theurerjohn3/EMTFvCSCTFstudies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMTFvCSCTFstudies

This program compares tracks from EMTF and CSCTF using the ntuples created by Andrew.

Installation

This program has been tested with CMSSW_8_0_9. To use this program, obtain this CMSSW release and move into the source directory.

cmsrel CMSSW_8_0_9
cd CMSSW_8_0_9/
cd src/
cmsenv

Then, clone this git repository and compile CMSSW

git clone https://github.com/theurerjohn3/EMTFvCSCTFstudies.git
scram b
cmsenv

Instructions

First compile the program:

cd analyzer/
make

This makes an EMTFvCSCTF executable. Now, run the executable:

./EMTFvCSCTF

This creates histograms and stores them in the file Data_Comparison_Hist.root. Finally, make .png files for the histograms:

cd plots/
python plot*.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published