|
||||
File indexing completed on 2024-04-06 11:59:52
0001 # -*- coding: utf-8 -*- 0002 import FWCore.ParameterSet.Config as cms 0003 0004 siStripBaseDelayFakeESSource = cms.ESSource("SiStripBaseDelayFakeESSource", 0005 appendToDataLabel = cms.string(''), 0006 SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"), 0007 CoarseDelay = cms.uint32(0), 0008 FineDelay = cms.uint32(0) 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |