/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
.../CSCValidation/macros/
..
README

apply code-checks and code-format

4 года назад
afeb_timing.C

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
autoVal.tgz

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
checkCalib.sh

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
checkResiduals.sh

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
fakeCalibReference.root

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
gas_gain_fit.C

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
makeComparisonPlots.sh

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
makePlots.C

apply code-checks and code-format

4 года назад
makePlots.sh

updated runner script

4 года назад
makePlots_OLD.C

apply code-checks and code-format

4 года назад
makePlots_OLD.sh

older runner script

4 года назад
makePlots_interactive.sh

updated runner script

4 года назад
myFunctions.C

apply code-checks and code-format

4 года назад
myFunctions_OLD.C

apply code-checks and code-format

4 года назад
triggerCscIdSector.h

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
README
## 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)
 
------------------------------------------------------------------------------