CMS 3D CMS Logo

Variables

ecalCleaningAlgo Namespace Reference

Variables

tuple cleaningAlgoConfig

Variable Documentation

Initial value:
00001 cms.PSet(
00002   # apply cleaning in EB above this threshold in GeV  
00003   cThreshold_barrel=cms.double(4),
00004   # apply cleaning in EE above this threshold in GeV 
00005   cThreshold_endcap=cms.double(15),
00006   # mark spike in EB if e4e1 <  e4e1_a_barrel_ * log10(e) + e4e1_b_barrel_
00007   e4e1_a_barrel=cms.double(0.04),
00008   e4e1_b_barrel=cms.double(-0.024),
00009   # ditto for EE
00010   e4e1_a_endcap=cms.double(0.02),
00011   e4e1_b_endcap=cms.double(-0.0125),
00012 
00013   #when calculating e4/e1, ignore hits below this threshold
00014   e4e1Threshold_barrel= cms.double(0.080),
00015   e4e1Threshold_endcap= cms.double(0.300),
00016   
00017   # near cracks raise the energy threshold by this factor
00018   tightenCrack_e1_single=cms.double(2),
00019   # near cracks, divide the e4e1 threshold by this factor
00020   tightenCrack_e4e1_single=cms.double(3),
00021   # same as above for double spike
00022   tightenCrack_e1_double=cms.double(2),
00023   tightenCrack_e6e2_double=cms.double(3),
00024   # consider for double spikes if above this threshold
00025   cThreshold_double =cms.double(10),
00026   # mark double spike if e6e2< e6e2thresh
00027   e6e2thresh=cms.double(0.04),
00028   # ignore rechits flagged kOutOfTime above this energy threshold in EB
00029   ignoreOutOfTimeThresh=cms.double(1e9)
00030     )

Definition at line 5 of file ecalCleaningAlgo.py.