CMS 3D CMS Logo

Variables

globalrechitshistogram_cfi Namespace Reference

Variables

tuple GlobalRecHitsHistogrammer

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("GlobalRecHitsHistogrammer",
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('GlobalRecHitsHistograms.root'),
00006     Name = cms.untracked.string('GlobalRecHitsHistogrammer'),
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(50),
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     GlobalRecHitSrc = cms.InputTag("GlobalRecHits","GlobalRecHits")
00019 )

Definition at line 3 of file globalrechitshistogram_cfi.py.