![]() |
|
|||
File indexing completed on 2024-04-06 12:27:42
0001 import FWCore.ParameterSet.Config as cms 0002 0003 dumpTauVariables = cms.EDProducer( 0004 "CandViewNtpProducer", 0005 ## can be selectedTausCandidates or slimmedTaus from miniAOD 0006 src = cms.InputTag("slimmedTaus"), 0007 ## prefix for variables for the dump 0008 prefix = cms.untracked.string(""), 0009 ## allow access to function calls from derived classes 0010 lazyParser = cms.untracked.bool(True), 0011 ## add run, event number and lumi section 0012 eventInfo = cms.untracked.bool(True), 0013 ## define variables to be dumped 0014 variables = cms.VPSet() 0015 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |