Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.29 KB

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