CMS 3D CMS Logo

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

Variables

tuple eeBadScFilter
 

Variable Documentation

tuple eeBadScFilter_cfi.eeBadScFilter
Initial value:
1 = cms.EDFilter(
2  "EEBadScFilter",
3  # the EE rechit collection found in AOD
4  EERecHitSource = cms.InputTag('reducedEcalRecHitsEE'),
5  # minimum rechit energy used for rechit flag check
6  EminHit = cms.double(1000.),
7  # minimum transverse energy of the 5x5 array for each bad SC
8  EtminSC = cms.double(1000.),
9  # size of the crystal array (default = 5 -> 5x5 array)
10  SCsize = cms.int32(5),
11  # minimum number of hits above EminHit with !kGood flags
12  nBadHitsSC = cms.int32(2),
13  #coordinates of the crystals in the centre of each bad supercrystal
14  # packed into a single integer in the form iz,ix,iy
15  # for instance -1023023 -> ix=23, iy=23, iz=-1
16  badscEE = cms.vint32(-1023023,1048098,-1078063,-1043093),
17  taggingMode = cms.bool(False),
18  #prints debug info for each supercrystal if set to true
19  debug = cms.bool(False),
20 )

Definition at line 4 of file eeBadScFilter_cfi.py.