CMS 3D CMS Logo

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

Variables

list bxBinLabels = [str(i) for i in bxBins]
 
list bxBinLabelsFine = [str(i) for i in bxBinsFine]
 
list bxBins
 
list bxBinsFine = [i for i in range(1, 3601)]
 
tuple ecalTrigPrimTask
 
tuple nBXBinsFine = len(bxBinsFine)
 

Variable Documentation

list TrigPrimTask_cfi.bxBinLabels = [str(i) for i in bxBins]

Definition at line 21 of file TrigPrimTask_cfi.py.

list TrigPrimTask_cfi.bxBinLabelsFine = [str(i) for i in bxBinsFine]

Definition at line 24 of file TrigPrimTask_cfi.py.

list TrigPrimTask_cfi.bxBins
Initial value:
1 = [
2  1,
3  271,
4  541,
5  892,
6  1162,
7  1432,
8  1783,
9  2053,
10  2323,
11  2674,
12  2944,
13  3214,
14  3446,
15  3490,
16  3491,
17  3565
18 ]

Definition at line 3 of file TrigPrimTask_cfi.py.

list TrigPrimTask_cfi.bxBinsFine = [i for i in range(1, 3601)]

Definition at line 23 of file TrigPrimTask_cfi.py.

tuple TrigPrimTask_cfi.ecalTrigPrimTask

Definition at line 27 of file TrigPrimTask_cfi.py.

tuple TrigPrimTask_cfi.nBXBinsFine = len(bxBinsFine)

Definition at line 25 of file TrigPrimTask_cfi.py.