/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimCalorimetry/EcalSimProducers/python/ecalNotContainmentSim_cff.py
21 строка
955 B
crovelli
non containment parameter in simulation updated
17 окт 2017, 16:59
17 окт 2017, 16:59
73575e6
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms ecal_notCont_sim = cms.PSet( # Values obtained by FC 20/05/2009 # using CMSSW_3_1_0_pre7 g4.9.2.p01 # Using uncoverted photons E=50 # Reference region Barrel ietaAbs() > 5 && ietaAbs() < 21 && (iphi() % 20 ) > 5 && (iphi() % 20 ) < 16 # Reference region Endcap fabs(superClusterEta[i]) > 1.7 && fabs(superClusterEta[i] < 2.3) && # ( # (superClusterPhi[i] > -TMath::Pi()/2. + 0.1 && superClusterPhi[i] < TMath::Pi()/2. - 0.1) || # (superClusterPhi[i] > TMath::Pi()/2. + 0.1) || # (superClusterPhi[i] < -TMath::Pi()/2. - 0.1) # ) ) # For Barrel using E_{25}/E_{true} # For Endcap using E_{25} + E_{ps} = E_{true} # # updated for CMSSW_9_4_0_pre3 EBs25notContainment = cms.double(0.9675), # with preshower EEs25notContainment = cms.double(0.968) )