CMS 3D CMS Logo

Variables

muIsoResultM2C_cfi Namespace Reference

Variables

tuple muIsoResultM2C

Variable Documentation

Initial value:
00001 cms.EDProducer("MuIsoCandidateResultProducer",
00002     IsolatorByDepositR03,
00003     VetoPSet = cms.PSet(
00004         SelectAll = cms.bool(True)
00005     ),
00006     BeamSpotLabel = cms.InputTag("offlineBeamSpot"),
00007     RemoveOtherVetos = cms.bool(True),
00008     InputMuIsoDeposits = cms.VPSet(cms.PSet(
00009         UnweightedInputTkDeps
00010     ), 
00011         cms.PSet(
00012             UnweightedInputTowEcalDeps
00013         ), 
00014         cms.PSet(
00015             UnweightedInputTowHcalDeps
00016         )),
00017     BeamlineOption = cms.string('BeamSpotFromEvent')
00018 )

Definition at line 6 of file muIsoResultM2C_cfi.py.