CMS 3D CMS Logo

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

Variables

tuple findableSimTracks
 
tuple primaryChgSimTracks
 

Variable Documentation

tuple selectSimTracks_cff.findableSimTracks
Initial value:
1 = cms.EDFilter("HitPixelLayersTPSelection",
2  src = cms.InputTag("mix","MergedTrackTruth"),
3  tripletSeedOnly = cms.bool(True),
4  chargedOnly = cms.bool(True),
5  signalOnly = cms.bool(False),
6  primaryOnly = cms.bool(True),
7  tpStatusBased = cms.bool(True), # for primary particle definition
8  ptMin = cms.double(2.0),
9  minHit = cms.int32(8),
10  minRapidity = cms.double(-2.5),
11  maxRapidity = cms.double(2.5),
12  tip = cms.double(3.5),
13  lip = cms.double(30.0),
14  pdgId = cms.vint32()
15 )

Definition at line 4 of file selectSimTracks_cff.py.

tuple selectSimTracks_cff.primaryChgSimTracks
Initial value:
1 = cms.EDFilter("HitPixelLayersTPSelection",
2  src = cms.InputTag("mix","MergedTrackTruth"),
3  tripletSeedOnly = cms.bool(False),
4  chargedOnly = cms.bool(True),
5  signalOnly = cms.bool(False),
6  primaryOnly = cms.bool(True),
7  tpStatusBased = cms.bool(True),
8  ptMin = cms.double(0.1),
9  minHit = cms.int32(3),
10  minRapidity = cms.double(-2.5),
11  maxRapidity = cms.double(2.5),
12  tip = cms.double(3.5),
13  lip = cms.double(30.0),
14  pdgId = cms.vint32()
15 )

Definition at line 21 of file selectSimTracks_cff.py.