/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py
36 строк
1 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms MuonGeometryIntoNtupleNoDB = cms.PSet( DTApplyAlignment = cms.bool(False), CSCApplyAlignment = cms.bool(False), DTAlignmentLabel = cms.string(''), CSCAlignmentLabel = cms.string(''), DTFromSurveyRcd = cms.bool(False), CSCFromSurveyRcd = cms.bool(False) ) MuonGeometryIntoNtupleDefaultDB = cms.PSet( DTApplyAlignment = cms.bool(True), CSCApplyAlignment = cms.bool(True), DTAlignmentLabel = cms.string(''), CSCAlignmentLabel = cms.string(''), DTFromSurveyRcd = cms.bool(False), CSCFromSurveyRcd = cms.bool(False) ) MuonGeometryIntoNtupleNoScenario = cms.PSet( MisalignmentScenario = cms.PSet( ), ApplyMisalignmentScenario = cms.bool(False) ) MuonGeometryIntoNtuplesNoDT = cms.PSet( DTSuperLayers = cms.untracked.bool(False), DTChambers = cms.untracked.bool(False), DTWheels = cms.untracked.bool(False), DTStations = cms.untracked.bool(False), DTLayers = cms.untracked.bool(False) ) MuonGeometryIntoNtuplesNoCSC = cms.PSet( CSCLayers = cms.untracked.bool(False), CSCChambers = cms.untracked.bool(False), CSCStations = cms.untracked.bool(False) )