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

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
buildTkMap_cfg.py

Update configs

9 лет назад
extractErrors.C

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
makeInputlist.py

[DQM] py2/3 compatibility:drop use of __future__

2 года назад
myg

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
spyCompleteChain_cfg.py

spyconfigSplit

9 лет назад
spyDigiProducer_cfg.py

spyconfigSplit

9 лет назад
spyDisplay_VR_cfg.py

spyconfigSplit

9 лет назад
spyDisplay_ZS_cfg.py

spyconfigSplit

9 лет назад
spyDisplay_cfg.py

spyconfigSplit

9 лет назад
spyEventMatching_VR_cfg.py

spyconfigSplit

9 лет назад
spyEventMatching_ZS_cfg.py

spyconfigSplit

9 лет назад
spyEventMatching_cfg.py

spyconfigSplit

9 лет назад
spyFEDEmulator_cfg.py

spyconfigSplit

9 лет назад
spyMonitor_cfg.py

spyconfigSplit

9 лет назад
testSiStripFEDMonitor_cfg.py

Update configs

9 лет назад
README
extractErrors.C
-----------------
 
Script to look inside the DQM file and print a list of bad APV/channel
numbers due to different FED channel error types (APVAddressError,
APVError, Out-of-sync, Unlocked), and FE numbers of FEs with
errors. It also gives the percentage of events for which each channel
is in the given error. CHANNEL/FE ARE REPORTED IN INTERNAL NUMBERING
SCHEME (0-95/0-7, FE #0 is channel 0-11).
 
 
To compile :
 
g++ -g -m32 -Wall -ansi -I $ROOTSYS/include -o extractErrors \
extractErrors.C -L $ROOTSYS/lib `root-config --glibs`
 
and to execute:
./extractErrors <file> <run number>
 
 
It is currently made for the online DQM file, where the FED errors
can be found in the following directory:
DQMData/Run XXXXXX/SiStrip/Run summary/ReadoutView/
but this can easily be changed to anything in the script if needed.
 
It outputs a file FEDChannelErrors_runXXXXXX.txt