CMS 3D CMS Logo

Variables
EcalDeadCellBoundaryEnergyFilter_cfi Namespace Reference

Variables

 cutBoundEnergyDeadCellsEB
 cuts for finding energy deposit near dead region min. More...
 
 cutBoundEnergyDeadCellsEE
 
 cutBoundEnergyGapEB
 
 cutBoundEnergyGapEE
 cuts for finding energy deposit near Gaps min. More...
 
 debug
 
 EcalDeadCellBoundaryEnergyFilter
 
 enableGap
 enable calculation of energy deposits next to cracks/gaps More...
 
 FilterAlgo
 
 limitDeadCellToChannelStatusEB
 Limit dead cells to channel status, only rec hits around channel with channel status given are considered. More...
 
 limitDeadCellToChannelStatusEE
 
 limitFilterToEB
 Limit complete filter processing to EE or EB, if both are 'True' nothing will happen in the filter at all... More...
 
 limitFilterToEE
 
 recHitsEB
 
 recHitsEE
 
 skimDead
 
 skimGap
 the following parameters skimGap, skimDead are only used in TuningMode switch bool to True to turn on filter: only Events with chosen signature pass, otherwise all events pass More...
 
 taggingMode
 

Variable Documentation

EcalDeadCellBoundaryEnergyFilter_cfi.cutBoundEnergyDeadCellsEB

cuts for finding energy deposit near dead region min.

boundary energy (RecHits next to Dead Region) (abs value)

Definition at line 30 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.cutBoundEnergyDeadCellsEE

Definition at line 31 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.cutBoundEnergyGapEB

Definition at line 27 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.cutBoundEnergyGapEE

cuts for finding energy deposit near Gaps min.

boundary energy (RecHit next to Gap) (abs value)

Definition at line 26 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.debug

Definition at line 46 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.EcalDeadCellBoundaryEnergyFilter

Definition at line 16 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.enableGap

enable calculation of energy deposits next to cracks/gaps

Definition at line 44 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.FilterAlgo

Definition at line 19 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.limitDeadCellToChannelStatusEB

Limit dead cells to channel status, only rec hits around channel with channel status given are considered.

E.g to sum only energy around dead cells with stati 12 & 14 in EB, but all dead cells in EB, do: limitDeadCellToChannelStatusEB=cms.vint32(12,14) limitDeadCellToChannelStatusEE=cms.vint32() for negative values all status>=abs(given value) are used (e.g. limitDeadCellToChannelStatusEE=cms.vint32(-13)—>limitDeadCellToChannelStatusEE=cms.vint32(13,14,15,16,17,...))

Definition at line 41 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

Referenced by AnomalousECALVariables.isDeadEcalCluster().

EcalDeadCellBoundaryEnergyFilter_cfi.limitDeadCellToChannelStatusEE
EcalDeadCellBoundaryEnergyFilter_cfi.limitFilterToEB

Limit complete filter processing to EE or EB, if both are 'True' nothing will happen in the filter at all...

Definition at line 33 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.limitFilterToEE

Definition at line 34 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.recHitsEB
EcalDeadCellBoundaryEnergyFilter_cfi.recHitsEE
EcalDeadCellBoundaryEnergyFilter_cfi.skimDead

Definition at line 23 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.skimGap

the following parameters skimGap, skimDead are only used in TuningMode switch bool to True to turn on filter: only Events with chosen signature pass, otherwise all events pass

Definition at line 22 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.

EcalDeadCellBoundaryEnergyFilter_cfi.taggingMode

Definition at line 45 of file EcalDeadCellBoundaryEnergyFilter_cfi.py.