Variables | |
tuple | GlobalDigisHistogrammer |
00001 cms.EDAnalyzer("GlobalDigisHistogrammer", 00002 # 1 provides basic output 00003 # 2 provides output of the fill step + 1 00004 # 3 provides output of the store step + 2 00005 outputFile = cms.string('GlobalDigisHistograms.root'), 00006 Name = cms.untracked.string('GlobalDigisHistogrammer'), 00007 Verbosity = cms.untracked.int32(0), ## 0 provides no output 00008 00009 GlobalDigisSrc = cms.InputTag("GlobalDigis","GlobalDigis"), 00010 # as of 110p2, needs to be 1. Anything ealier should be 0. 00011 VtxUnit = cms.untracked.int32(1), 00012 Frequency = cms.untracked.int32(50), 00013 DoOutput = cms.bool(False), 00014 # 1 assumes cm in SimVertex 00015 ProvenanceLookup = cms.PSet( 00016 PrintProvenanceInfo = cms.untracked.bool(False), 00017 GetAllProvenances = cms.untracked.bool(False) 00018 ) 00019 )
Definition at line 3 of file globaldigishistogrammer_cfi.py.