CMS 3D CMS Logo

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

Variables

tuple TECClusterFilter
 

Variable Documentation

tuple TECClusterFilter_cfi.TECClusterFilter
Initial value:
1 = cms.EDFilter("TECClusterFilter",
2  # detector modules to be excluded
3  ModulesToBeExcluded = cms.vuint32(),
4  ClusterProducer = cms.string('siStripClusters325'),
5  # with clusters over above respective threshold
6  MinNrOfTECClusters = cms.int32(1),
7  # thresholds
8  ChargeThresholdTEC = cms.int32(20)
9 )

Definition at line 4 of file TECClusterFilter_cfi.py.