CMS 3D CMS Logo

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

Variables

tuple alctPhase1
 
tuple alctPhase2
 
tuple alctPhase2GEM
 
tuple alctPSets
 

Variable Documentation

tuple alctParams.alctPhase1

Definition at line 4 of file alctParams.py.

tuple alctParams.alctPhase2
Initial value:
1 = alctPhase1.clone(
2  alctNarrowMaskForR1 = True,
3  alctGhostCancellationBxDepth = 1,
4  alctGhostCancellationSideQuality = True,
5  alctPretrigDeadtime = 0,
6  alctUseCorrectedBx = True,
7 )

Definition at line 59 of file alctParams.py.

tuple alctParams.alctPhase2GEM
Initial value:
1 = alctPhase2.clone(
2  alctNplanesHitPattern = 4
3 )

Definition at line 67 of file alctParams.py.

tuple alctParams.alctPSets
Initial value:
1 = cms.PSet(
2  alctPhase1 = alctPhase1.clone(),
3  alctPhase2 = alctPhase2.clone(),
4  alctPhase2GEM = alctPhase2GEM.clone()
5 )

Definition at line 71 of file alctParams.py.