CMS 3D CMS Logo

Variables

mipVariable_cfi Namespace Reference

Variables

tuple mipVariable

Variable Documentation

Initial value:
00001 cms.PSet(
00002     #required inputs
00003     ComponentName = cms.string('mipVariable'),
00004 
00005     barrelEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEB'),
00006     endcapEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEE'),
00007 
00008     #some of the variables use to get mipHalo bool
00009     # These values could be improved with further study
00010     YRangeFit          = cms.double(7.0),
00011     XRangeFit          = cms.double(180.0),
00012     ResidualWidth      = cms.double(0.23),
00013     HaloDiscThreshold  = cms.double(70.0)
00014 )

Definition at line 4 of file mipVariable_cfi.py.