/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/MuonSimData/muonSens.xml
35 строк
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<?xml version="1.0"?> <DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL http://cmsdoc.cern.ch/cms/software/ddd/DDLSchema/DDLSchema.xsd"> <SpecParSection label="muonsensitive"> <SpecPar name="barrel"> <PartSelector path="//MBSLPhiGas" /> <PartSelector path="//MBChimSLPhiGas" /> <PartSelector path="//MB1SLZGas" /> <PartSelector path="//MB2SLZGas" /> <PartSelector path="//MB3SLZGas" /> <Parameter name="SensitiveDetector" value="MuonSensitiveDetector" /> <Parameter name="ReadOutName" value="MuonDTHits" /> </SpecPar> <SpecPar name="rpc"> <PartSelector path="//MB.*RPC.*Gas.*" /> <Parameter name="SensitiveDetector" value="MuonSensitiveDetector" /> <Parameter name="ReadOutName" value="MuonRPCHits" /> </SpecPar> <SpecPar name="endcap"> <PartSelector path="//ME11_ActiveGasVol" /> <PartSelector path="//ME12_ActiveGasVol" /> <PartSelector path="//ME13_ActiveGasVol" /> <PartSelector path="//ME1A_ActiveGasVol" /> <PartSelector path="//ME21_ActiveGasVol" /> <PartSelector path="//ME22_ActiveGasVol" /> <PartSelector path="//ME31_ActiveGasVol" /> <PartSelector path="//ME32_ActiveGasVol" /> <PartSelector path="//ME41_ActiveGasVol" /> <Parameter name="SensitiveDetector" value="MuonSensitiveDetector" /> <Parameter name="ReadOutName" value="MuonCSCHits" /> </SpecPar> </SpecParSection> </DDDefinition>