CMS 3D CMS Logo

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

Variables

tuple dedxDiscrimASmi = dedxHarmonic2.clone(estimator = 'asmirnovDiscrim')
 
tuple dedxDiscrimBTag = dedxHarmonic2.clone(estimator = 'btagDiscrim')
 
tuple dedxDiscrimProd = dedxHarmonic2.clone(estimator = 'productDiscrim')
 
tuple dedxDiscrimSmi = dedxHarmonic2.clone(estimator = 'smirnovDiscrim')
 
tuple dedxHarmonic2
 
tuple dedxHitInfo
 
tuple dedxMedian = dedxHarmonic2.clone(estimator = 'median')
 
tuple dedxPixelAndStripHarmonic2T085
 
tuple dedxPixelHarmonic2 = dedxHarmonic2.clone(UseStrip = False, UsePixel = True)
 
tuple dedxTruncated40 = dedxHarmonic2.clone(estimator = 'truncated')
 
tuple dedxUnbinned = dedxHarmonic2.clone(estimator = 'unbinnedFit')
 
tuple doAlldEdXEstimators = cms.Sequence(doAlldEdXEstimatorsTask)
 
tuple doAlldEdXEstimatorsTask = cms.Task(dedxTruncated40 , dedxHarmonic2 , dedxPixelHarmonic2 , dedxPixelAndStripHarmonic2T085 , dedxHitInfo)
 
 ShapeTest = False,
 
string simHit2RecHitMap = "fastMatchedTrackerRecHits:simHit2RecHitMap"
 
string simHits = "fastSimProducer:TrackerHits"
 

Variable Documentation

tuple dedxEstimators_cff.dedxDiscrimASmi = dedxHarmonic2.clone(estimator = 'asmirnovDiscrim')

Definition at line 75 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxDiscrimBTag = dedxHarmonic2.clone(estimator = 'btagDiscrim')

Definition at line 71 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxDiscrimProd = dedxHarmonic2.clone(estimator = 'productDiscrim')

Definition at line 69 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxDiscrimSmi = dedxHarmonic2.clone(estimator = 'smirnovDiscrim')

Definition at line 73 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxHarmonic2
Initial value:
1 = _mod.DeDxEstimatorProducer.clone(
2  estimator = 'generic',
3  fraction = 0.4, #Used only if estimator='truncated'
4  exponent = -2.0, #Used only if estimator='generic'
5 
6  Reccord = "SiStripDeDxMip_3D_Rcd", #used only for discriminators : estimators='productDiscrim' or 'btagDiscrim' or 'smirnovDiscrim' or 'asmirnovDiscrim'
7  ProbabilityMode = "Accumulation", #used only for discriminators : estimators='productDiscrim' or 'btagDiscrim' or 'smirnovDiscrim' or 'asmirnovDiscrim'
8 )

Definition at line 31 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxHitInfo
Initial value:
1 = cms.EDProducer("DeDxHitInfoProducer",
2  tracks = cms.InputTag("generalTracks"),
3 
4  minTrackHits = cms.uint32(0),
5  minTrackPt = cms.double(10),
6  minTrackPtPrescale = cms.double(0.5), # minimal pT for prescaled low pT tracks
7  maxTrackEta = cms.double(5.0),
8 
9  useStrip = cms.bool(True),
10  usePixel = cms.bool(True),
11  MeVperADCStrip = cms.double(3.61e-06*265),
12  MeVperADCPixel = cms.double(3.61e-06),
13 
14  useCalibration = cms.bool(False),
15  calibrationPath = cms.string("file:Gains.root"),
16  shapeTest = cms.bool(True),
17 
18  lowPtTracksPrescalePass = cms.uint32(100), # prescale factor for low pt tracks above the dEdx cut
19  lowPtTracksPrescaleFail = cms.uint32(2000), # prescale factor for low pt tracks below the dEdx cut
20  lowPtTracksEstimatorParameters = cms.PSet( # generalized truncated average
21  fraction = cms.double(-0.15), # negative = throw away the 15% with lowest charge
22  exponent = cms.double(-2.0),
23  ),
24  lowPtTracksDeDxThreshold = cms.double(3.5), # threshold on tracks
25 )

Definition at line 3 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxMedian = dedxHarmonic2.clone(estimator = 'median')

Definition at line 65 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxPixelAndStripHarmonic2T085
Initial value:
1 = dedxHarmonic2.clone(
2  UseStrip = True, UsePixel = True,
3  estimator = 'genericTruncated',
4  fraction = -0.15, # Drop the lowest 15% of hits
5  exponent = -2.0, # Harmonic02
6 )

Definition at line 56 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxPixelHarmonic2 = dedxHarmonic2.clone(UseStrip = False, UsePixel = True)

Definition at line 54 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxTruncated40 = dedxHarmonic2.clone(estimator = 'truncated')

Definition at line 63 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.dedxUnbinned = dedxHarmonic2.clone(estimator = 'unbinnedFit')

Definition at line 67 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.doAlldEdXEstimators = cms.Sequence(doAlldEdXEstimatorsTask)

Definition at line 78 of file dedxEstimators_cff.py.

tuple dedxEstimators_cff.doAlldEdXEstimatorsTask = cms.Task(dedxTruncated40 , dedxHarmonic2 , dedxPixelHarmonic2 , dedxPixelAndStripHarmonic2T085 , dedxHitInfo)

Definition at line 77 of file dedxEstimators_cff.py.

dedxEstimators_cff.ShapeTest = False,

Definition at line 48 of file dedxEstimators_cff.py.

string dedxEstimators_cff.simHit2RecHitMap = "fastMatchedTrackerRecHits:simHit2RecHitMap"
string dedxEstimators_cff.simHits = "fastSimProducer:TrackerHits"

Definition at line 50 of file dedxEstimators_cff.py.