CMS 3D CMS Logo

Variables

ValidateTausOnZTT_cff Namespace Reference

Variables

tuple objectTypeSelectedTauValDenominator
tuple produceDenominator
tuple runTauValidation
tuple runTauValidationBatchMode

Variable Documentation

Initial value:
00001 cms.EDFilter("TauGenJetDecayModeSelector",
00002      src = cms.InputTag("tauGenJets"),
00003      select = cms.vstring('oneProng0Pi0', 'oneProng1Pi0', 'oneProng2Pi0', 'oneProngOther',
00004                           'threeProng0Pi0', 'threeProng1Pi0', 'threeProngOther', 'rare'),
00005      filter = cms.bool(False)
00006 )

Definition at line 8 of file ValidateTausOnZTT_cff.py.

Initial value:
00001 cms.Sequence(
00002       tauGenJets
00003       +objectTypeSelectedTauValDenominator
00004       +kinematicSelectedTauValDenominator
00005       )

Definition at line 15 of file ValidateTausOnZTT_cff.py.

Initial value:
00001 cms.Sequence(
00002       runTauValidationBatchMode
00003       +TauEfficiencies
00004       )

Definition at line 26 of file ValidateTausOnZTT_cff.py.

Initial value:
00001 cms.Sequence(
00002       produceDenominator
00003       +TauValNumeratorAndDenominator
00004       )

Definition at line 21 of file ValidateTausOnZTT_cff.py.