CMS 3D CMS Logo

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

Variables

tuple EcalDeadCellTriggerPrimitiveFilter
 

Variable Documentation

tuple EcalDeadCellTriggerPrimitiveFilter_cfi.EcalDeadCellTriggerPrimitiveFilter
Initial value:
1 = cms.EDFilter(
2  'EcalDeadCellTriggerPrimitiveFilter',
3 
4  # when activated, the filter does not filter event.
5  # the filter is however storing a bool in the event, that can be used to take the
6  # filtering decision a posteriori
7  taggingMode = cms.bool( False ),
8 
9  debug = cms.bool( False ),
10  verbose = cms.int32( 1 ),
11 
12  tpDigiCollection = cms.InputTag("ecalTPSkimNA"),
13  etValToBeFlagged = cms.double(127.49),
14 
15  ebReducedRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
16  eeReducedRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
17 
18  maskedEcalChannelStatusThreshold = cms.int32( 1 ),
19 
20  doEEfilter = cms.untracked.bool( True ), # turn it on by default
21 
22  makeProfileRoot = cms.untracked.bool( False ),
23  profileRootName = cms.untracked.string("deadCellFilterProfile.root" ),
24 
25 )

Definition at line 3 of file EcalDeadCellTriggerPrimitiveFilter_cfi.py.