Variables | |
tuple | globalhithistogram |
00001 cms.EDAnalyzer("GlobalHitsHistogrammer", 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('GlobalHitsHistograms.root'), 00006 Name = cms.untracked.string('GlobalHitsHistogrammer'), 00007 GlobalHitSrc = cms.InputTag("GlobalHits","GlobalHits"), 00008 Verbosity = cms.untracked.int32(0), ## 0 provides no output 00009 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 globalhits_histogram_cfi.py.