Variables | |
tuple | HSCPSelectionDefault = HSCPSelectionEmpty.clone() |
tuple | HSCPSelectionEmpty |
tuple | HSCPSelectionHighdEdx = HSCPSelectionDefault.clone() |
tuple | HSCPSelectionHighTOF = HSCPSelectionDefault.clone() |
tuple HSCPSelections_cff::HSCPSelectionDefault = HSCPSelectionEmpty.clone() |
Definition at line 36 of file HSCPSelections_cff.py.
00001 cms.PSet( 00002 cms.PSet( 00003 onlyConsiderTrack = cms.bool(False), 00004 onlyConsiderMuon = cms.bool(False), 00005 onlyConsiderMuonSTA = cms.bool(False), 00006 onlyConsiderMuonGB = cms.bool(False), 00007 onlyConsiderMuonTK = cms.bool(False), 00008 onlyConsiderRpc = cms.bool(False), 00009 onlyConsiderEcal = cms.bool(False), 00010 00011 minTrackHits = cms.int32 (-1), 00012 minTrackP = cms.double(-1), 00013 minTrackPt = cms.double(-1), 00014 00015 minDedx = cms.double(-1), 00016 00017 minMuonP = cms.double(-1), 00018 minMuonPt = cms.double(-1), 00019 00020 maxMuTimeDtBeta = cms.double(-1), 00021 minMuTimeDtNdof = cms.double(-1), 00022 maxMuTimeCscBeta = cms.double(-1), 00023 minMuTimeCscNdof = cms.double(-1), 00024 maxMuTimeCombinedBeta = cms.double(-1), 00025 minMuTimeCombinedNdof = cms.double(-1), 00026 00027 maxBetaRpc = cms.double(-1), 00028 maxBetaEcal = cms.double(-1), 00029 ), 00030 )
Definition at line 4 of file HSCPSelections_cff.py.
tuple HSCPSelections_cff::HSCPSelectionHighdEdx = HSCPSelectionDefault.clone() |
Definition at line 41 of file HSCPSelections_cff.py.
tuple HSCPSelections_cff::HSCPSelectionHighTOF = HSCPSelectionDefault.clone() |
Definition at line 45 of file HSCPSelections_cff.py.