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

Snapshot of CMSSW_6_2_0_pre8.

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

Macros need to compile in ROOT6

11 лет назад
crab.cfg

Snapshot of CMSSW_6_2_0_pre8.

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

Snapshot of CMSSW_6_2_0_pre8.

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

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

2 года назад
validation_Harvest.py

Several fixes in the configuration and update of some example config files. Identical to PR 5740 in 72x.

12 лет назад
README
HOW TO RUN VALIDATION ON THE GRID
--------------------------------
 
Idea is:
1 - run the first step (only histograms which accumulate event by event) on the grid, preparing .root files in output - using crab
2 - take the root files locally
3 - run harvesting on them (with a local job)
 
1 - for this you need
- crab: use the crab.cfg in this directory, jut by changing the "datasetpath=" line to the dataset you want to validate
- all the rest should be as fast as crab -create -submit and waiting for jobs to be Done
- take locally the MEtoEDMConverter_*.root files with crab -getoutput
 
2 - put all these files in validation_Harvest.py and cmsRun it. It will produce a POG_V??????_CMSSW_?_?_??.root which contains all the histograms, including efficiencies etc