CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HSCPSelections_cff Namespace Reference

Variables

tuple HSCPSelectionDefault = HSCPSelectionEmpty.clone()
 
tuple HSCPSelectionEmpty
 
tuple HSCPSelectionHighdEdx = HSCPSelectionDefault.clone()
 
tuple HSCPSelectionHighTOF = HSCPSelectionDefault.clone()
 

Variable Documentation

tuple HSCPSelections_cff.HSCPSelectionDefault = HSCPSelectionEmpty.clone()

Definition at line 36 of file HSCPSelections_cff.py.

tuple HSCPSelections_cff.HSCPSelectionEmpty
Initial value:
1 = cms.PSet(
2  cms.PSet(
3  onlyConsiderTrack = cms.bool(False),
4  onlyConsiderMuon = cms.bool(False),
5  onlyConsiderMuonSTA = cms.bool(False),
6  onlyConsiderMuonGB = cms.bool(False),
7  onlyConsiderMuonTK = cms.bool(False),
8  onlyConsiderRpc = cms.bool(False),
9  onlyConsiderEcal = cms.bool(False),
10 
11  minTrackHits = cms.int32 (-1),
12  minTrackP = cms.double(-1),
13  minTrackPt = cms.double(-1),
14 
15  minDedx = cms.double(-1),
16 
17  minMuonP = cms.double(-1),
18  minMuonPt = cms.double(-1),
19 
20  maxMuTimeDtBeta = cms.double(-1),
21  minMuTimeDtNdof = cms.double(-1),
22  maxMuTimeCscBeta = cms.double(-1),
23  minMuTimeCscNdof = cms.double(-1),
24  maxMuTimeCombinedBeta = cms.double(-1),
25  minMuTimeCombinedNdof = cms.double(-1),
26 
27  maxBetaRpc = cms.double(-1),
28  maxBetaEcal = cms.double(-1),
29  ),
30 )

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.