Skip to content

akhter-towsifa/GEMCSCBendingAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

GEMCSCBendingAnalyzer

how to check out cmssw and this package

cmsrel CMSSW_13_0_9

or if you want to name your work environment differently:

scram p -n Your_Choice_of_Name CMSSW CMSSW_13_0_9

cd CMSSW_13_0_9/src/
cmsenv
git cms-init
git clone https://github.com/akhter-towsifa/GEMCSCBendingAnalyzer.git -b 13_X_alcaReco

scram b -j 8

Residual Packages

cd GEMCSCBendingAnalyzer/GEM_Alignment/test/

GE1/1 Analyzer

cmsRun run_GE11ana.py

ME1/1 Analyzer

cmsRun run_ME11ana.py

GE1/1 and ME1/1 Analyzer

cmsRun run_both_analyzers.py

GEM DB Maker

alignment_cfg_flowchart

cd GEMCSCBendingAnalyzer/GEM_Alignment/test/
cmsRun GEMAlDBWriter_cfg.py

GEM_fitter.cpp: package for creating alignment estimates

cd GEMCSCBendingAnalyzer/GEM_Alignment/script/standAloneGemAlignment
./run_3DOF_Fitter.sh

The package is inherited from Jason Lee's MuonPerformance and it is used for GEM related analysis at TAMU group. The major target is to analyze GEM-CSC bending angle in real data from CMS.

The previous working version (extensively tested with cosmic data) can be found at https://github.com/aebid/GEMCSCBendingAnalyzer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.5%
  • C++ 39.7%
  • Shell 0.8%