Variables | |
tuple | globalhitprodhiststrip |
00001 cms.EDAnalyzer("GlobalHitsProdHistStripper", 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 Verbosity = cms.untracked.int32(0), ## 0 provides no output 00008 00009 # as of 110p2, needs to be 1. Anything ealier should be 0. 00010 VtxUnit = cms.untracked.int32(1), 00011 Frequency = cms.untracked.int32(1), 00012 DoOutput = cms.bool(False), 00013 # 1 assumes cm in SimVertex 00014 ProvenanceLookup = cms.PSet( 00015 PrintProvenanceInfo = cms.untracked.bool(False), 00016 GetAllProvenances = cms.untracked.bool(False) 00017 ) 00018 )
Definition at line 3 of file globalhits_prodhiststrip_cfi.py.