CMS 3D CMS Logo

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

Variables

tuple mipVariable
 

Variable Documentation

tuple mipVariable_cfi.mipVariable
Initial value:
1 = cms.PSet(
2  #required inputs
3  ComponentName = cms.string('mipVariable'),
4 
5  barrelEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEB'),
6  endcapEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEE'),
7 
8  #some of the variables use to get mipHalo bool
9  # These values could be improved with further study
10  YRangeFit = cms.double(7.0),
11  XRangeFit = cms.double(180.0),
12  ResidualWidth = cms.double(0.23),
13  HaloDiscThreshold = cms.double(70.0)
14 )

Definition at line 4 of file mipVariable_cfi.py.