CMS 3D CMS Logo

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

Variables

tuple Bpix
 Whole Subdetector. More...
 
tuple BPIX
 
tuple BpixLayer1
 Separation of layers. More...
 
tuple BpixLayer1In
 
tuple BpixLayer1Out
 Separation of layers + orientations. More...
 
tuple BpixLayer2
 
tuple BpixLayer2In
 
tuple BpixLayer2Out
 
tuple BpixLayer3
 
tuple BpixLayer3In
 
tuple BpixLayer3Out
 
tuple BPIXLayerAndOrientationSeparation
 
tuple BPIXLayerSeparation
 

Variable Documentation

tuple SectorBuilder_Bpix_cff.Bpix
Initial value:
1 = EmptySector.clone(
2  name = 'Bpix',
3  subdetId = [1],
4 )

Whole Subdetector.

Definition at line 11 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BPIX
Initial value:
1 = cms.VPSet(
2  Bpix,
3 )

Definition at line 16 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer1
Initial value:
1 = Bpix.clone(
2  name = 'BpixLayer1',
3  layer = [1],
4 )

Separation of layers.

Definition at line 26 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer1In
Initial value:
1 = BpixLayer1.clone(
2  name = 'BpixLayer1In',
3  wDirection = [-1],
4 )

Definition at line 55 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer1Out
Initial value:
1 = BpixLayer1.clone(
2  name = 'BpixLayer1Out',
3  wDirection = [1],
4 )

Separation of layers + orientations.

Definition at line 51 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer2
Initial value:
1 = Bpix.clone(
2  name = 'BpixLayer2',
3  layer = [2],
4 )

Definition at line 30 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer2In
Initial value:
1 = BpixLayer2.clone(
2  name = 'BpixLayer2In',
3  wDirection = [-1],
4 )

Definition at line 63 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer2Out
Initial value:
1 = BpixLayer2.clone(
2  name = 'BpixLayer2Out',
3  wDirection = [1],
4 )

Definition at line 59 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer3
Initial value:
1 = Bpix.clone(
2  name = 'BpixLayer3',
3  layer = [3],
4 )

Definition at line 34 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer3In
Initial value:
1 = BpixLayer3.clone(
2  name = 'BpixLayer3In',
3  wDirection = [-1],
4 )

Definition at line 71 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BpixLayer3Out
Initial value:
1 = BpixLayer3.clone(
2  name = 'BpixLayer3Out',
3  wDirection = [1],
4 )

Definition at line 67 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BPIXLayerAndOrientationSeparation
Initial value:
1 = cms.VPSet(
2  BpixLayer1Out,
3  BpixLayer1In,
4  BpixLayer2Out,
5  BpixLayer2In,
6  BpixLayer3Out,
7  BpixLayer3In,
8 )

Definition at line 76 of file SectorBuilder_Bpix_cff.py.

tuple SectorBuilder_Bpix_cff.BPIXLayerSeparation
Initial value:
1 = cms.VPSet(
2  BpixLayer1,
3  BpixLayer2,
4  BpixLayer3,
5 )

Definition at line 39 of file SectorBuilder_Bpix_cff.py.