CMS 3D CMS Logo

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

Variables

tuple l1tdeGEMTPG
 
tuple l1tdeGEMTPGCommon
 

Variable Documentation

tuple L1TdeGEMTPG_cfi.l1tdeGEMTPG
Initial value:
2  "L1TdeGEMTPG",
3  l1tdeGEMTPGCommon,
4  data = cms.InputTag("emtfStage2Digis"),
5  emul = cms.InputTag("valMuonGEMPadDigiClusters"),
6 )

Definition at line 20 of file L1TdeGEMTPG_cfi.py.

tuple L1TdeGEMTPG_cfi.l1tdeGEMTPGCommon
Initial value:
1 = cms.PSet(
2  monitorDir = cms.string("L1TEMU/L1TdeGEMTPG"),
3  verbose = cms.bool(False),
4  ## when multiple chambers are enabled, order them by station number!
5  chambers = cms.vstring("GE11"),
6  dataEmul = cms.vstring("data","emul"),
7  clusterVars = cms.vstring("size", "pad", "bx"),
8  clusterNBin = cms.vuint32(20,384,10),
9  clusterMinBin = cms.vdouble(0,0,-5),
10  clusterMaxBin = cms.vdouble(20,384,5),
11  ## GEM VFAT data is not captured in BX's other than BX0
12  ## For a good comparison, leave out those data clusters
13  useDataClustersOnlyInBX0 = cms.bool(True),
14  B904Setup = cms.bool(False),
15 )

Definition at line 3 of file L1TdeGEMTPG_cfi.py.