/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CalibTracker/SiPixelErrorEstimation/python/SiPixelErrorEstimation_cfi.py
14 строк
644 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms PixelErrorEstimation = cms.EDAnalyzer("SiPixelErrorEstimation", # The type of particle that the simHit associated with recHits should be genType = cms.int32(13), # Replace "ctfWithMaterialTracks" with "generalTracks" #untracked string src = "ctfWithMaterialTracks" src = cms.untracked.string('generalTracks'), outputFile = cms.untracked.string('SiPixelErrorEstimation_Ntuple.root'), # Include track hits ? include_trk_hits = cms.bool(True), # Do we check that the simHit associated with recHit is of the expected particle type ? checkType = cms.bool(False) )