|
||||
File indexing completed on 2024-04-06 12:19:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # GEM coincidence pad processors 0004 copadParamGE11 = cms.PSet( 0005 verbosity = cms.uint32(0), 0006 maxDeltaPad = cms.uint32(8), 0007 maxDeltaRoll = cms.uint32(1), 0008 maxDeltaBX = cms.uint32(0) 0009 ) 0010 0011 copadParamGE21 = copadParamGE11.clone() 0012 0013 gemcscPSets = cms.PSet( 0014 copadParamGE11 = copadParamGE11.clone(), 0015 copadParamGE21 = copadParamGE21.clone(), 0016 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |