/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalMuon/CSCValidation/macros/README
68 строк
3 KB
Tim Cox
apply code-checks and code-format
15 июл 2022, 20:45
15 июл 2022, 20:45
81ecb03
Код
Авторство
О чём код?
## COMMENTS FROM TIM COX 12.07.2022 ## This README seems to have lost many of the files it references. ## I suspect it was the README to go with several files and code updates ## for CSCValidation macros perhaps from Nikolai Terentiev ## TO DO: Decide what to do with it. ## At least useful to document how old macros were run. ------------------------------------------------------------------------------------------- 1. Root scripts and headers for CVS, RecoLocalMuon/CSCValidation/, output root files and text files for storage (examples for run 62232) ------------------------------------------------------------------------------ Root script Output root files Output text files with histograms ------------------------------------------------------------------------------ gas_gain_fit.C gas_gain_fit_62232.root screen_gas_gain_fit_62232.txt hv_segm_failed_fit_62232.txt hv_segm_low_stat_62232.txt hv_segm_no_data_62232.txt hv_segm_large_dhv_neg_62232.txt hv_segm_large_dhv_pos_62232.txt dhv_recom_fit_62232.txt Run number NRUN should be given in gas_gain_fit.C. root -b -q gas_gain_fit.C > screen_gas_gain_fit_NRUN.txt ............................................................................... afeb_timing.C afeb_timing_62232.root screen_afeb_timing_62232.txt triggerCscIdSector.h afeb_timing_62232.txt Run number NRUN should be given in afeb_timing.C root -b -q afeb_timing.C > screen_afeb_timing_NRUN.txt ------------------------------------------------------------------------------ To commit to CVS gas_gain_fit.C, afeb_timing.C, triggerCscIdSector.h 2. Pictures to show (NRUN - run number) ------------------------------------------------------------------------------ Output root file Folder Histogram(Comment) ----------------------------------------------------------------------------- gas_gain_fit_NRUN.root Results graph_landau_peak_position_csc_ME_* (landau peak position per chamber) landau_peak_position_vs_location_csc_ME_* (landau peak position vs location and chamber) max_landau_peak_position_csc_ME (maximum landau peak position vs chamber and ME) min_landau_peak_position_csc_ME (minimum landau peak position vs chamber and ME) delta_hv (gas gain equalizing high voltage correction) ------------------------------------------------------------------------------