CMS 3D CMS Logo

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

Variables

tuple islandBasicClusters
 

Variable Documentation

tuple islandBasicClusters_cfi.islandBasicClusters
Initial value:
1 = _mod.IslandClusterProducer.clone(
2  endcapShapeAssociation = 'islandEndcapShapeAssoc',
3  posCalcParameters = dict(),
4  # recHit flags to be excluded from seeding
5  SeedRecHitFlagToBeExcludedEB = [
6  'kFaultyHardware',
7  'kTowerRecovered',
8  'kDead'
9  ],
10  SeedRecHitFlagToBeExcludedEE = [
11  'kFaultyHardware',
12  'kNeighboursRecovered',
13  'kTowerRecovered',
14  'kDead',
15  'kWeird'
16  ],
17  # recHit flags to be excluded from clustering
18  RecHitFlagToBeExcludedEB = [
19  'kWeird',
20  'kDiWeird',
21  'kOutOfTime',
22  'kTowerRecovered'
23  ],
24  RecHitFlagToBeExcludedEE = [
25  'kWeird',
26  'kDiWeird',
27  'kOutOfTime',
28  'kTowerRecovered'
29  ]
30 )

Definition at line 5 of file islandBasicClusters_cfi.py.