CMS 3D CMS Logo

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

Variables

tuple bTagCollectorDATA = bTagAnalysis.clone()
 
tuple bTagCollectorMC
 
tuple bTagCollectorMCbcl = bTagCollectorMC.clone(mcPlots=1)
 
tuple bTagCollectorSequenceDATA = cms.Sequence(bTagCollectorDATA)
 
tuple bTagCollectorSequenceMC = cms.Sequence(bTagCollectorMC)
 
tuple bTagCollectorSequenceMCbcl = cms.Sequence(bTagCollectorMCbcl)
 

Variable Documentation

tuple dqmCollector_cff.bTagCollectorDATA = bTagAnalysis.clone()

Definition at line 7 of file dqmCollector_cff.py.

tuple dqmCollector_cff.bTagCollectorMC
Initial value:
1 = bTagAnalysis.clone(
2  finalizePlots = True,
3  finalizeOnly = True,
4  mcPlots = 2, #harvest all, b, c, dusg and ni histos
5  ptRanges = cms.vdouble(0.0),
6  etaRanges = cms.vdouble(0.0),
7 )

Definition at line 16 of file dqmCollector_cff.py.

tuple dqmCollector_cff.bTagCollectorMCbcl = bTagCollectorMC.clone(mcPlots=1)

Definition at line 27 of file dqmCollector_cff.py.

tuple dqmCollector_cff.bTagCollectorSequenceDATA = cms.Sequence(bTagCollectorDATA)

Definition at line 9 of file dqmCollector_cff.py.

tuple dqmCollector_cff.bTagCollectorSequenceMC = cms.Sequence(bTagCollectorMC)

Definition at line 24 of file dqmCollector_cff.py.

tuple dqmCollector_cff.bTagCollectorSequenceMCbcl = cms.Sequence(bTagCollectorMCbcl)

Definition at line 29 of file dqmCollector_cff.py.