Variables | |
tuple | MuonCalIsolation |
00001 cms.EDProducer("MuonCalIsolationProducer", 00002 # 00003 # Source and Swarm collection 00004 # 00005 src = cms.InputTag("globalMuons"), 00006 elements = cms.InputTag("towerMaker"), 00007 # 00008 # Propagate the source to the calorimeter: 00009 # dimensions of target cylinder in cm (full tracker: r=112, z=+/- 270) 00010 CalRadius = cms.double(112.0), 00011 dRMax = cms.double(0.3), 00012 IgnoreMaterial = cms.bool(False), ##Should SteppingHelixPropagator take into account material? 00013 00014 PropagateToCal = cms.bool(False), 00015 CalMaxZ = cms.double(270.0), ##cm 00016 00017 # 00018 # selection cuts 00019 # 00020 dRMin = cms.double(0.0), 00021 CalMinZ = cms.double(-270.0) ##cm 00022 00023 )
Definition at line 7 of file MuonCalIsolation_cfi.py.