|
||||
File indexing completed on 2024-11-23 03:28:06
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def HGCalGeometryRotCheck(*args, **kwargs): 0004 mod = cms.EDAnalyzer('HGCalGeometryRotCheck', 0005 detectorName = cms.string('HGCalHESiliconSensitive'), 0006 layers = cms.vint32( 0007 27, 0008 28, 0009 29, 0010 30, 0011 31, 0012 32, 0013 33 0014 ), 0015 mightGet = cms.optional.untracked.vstring 0016 ) 0017 for a in args: 0018 mod.update_(a) 0019 mod.update_(kwargs) 0020 return mod
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |