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
cd GEMCSCBendingAnalyzer/GEM_Alignment/test/
cmsRun run_GE11ana.py
cmsRun run_ME11ana.py
cmsRun run_both_analyzers.py
cd GEMCSCBendingAnalyzer/GEM_Alignment/test/
cmsRun GEMAlDBWriter_cfg.py
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