CMS 3D CMS Logo

globalrechitshistogram_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 globalrechitshistogrammer = cms.EDFilter("GlobalRecHitsHistogrammer",
00004     # 1 provides basic output
00005     # 2 provides output of the fill step + 1
00006     # 3 provides output of the store step + 2
00007     outputFile = cms.string('GlobalRecHitsHistograms.root'),
00008     Name = cms.untracked.string('GlobalRecHitsHistogrammer'),
00009     Verbosity = cms.untracked.int32(0), ## 0 provides no output
00010 
00011     # as of 110p2, needs to be 1. Anything ealier should be 0.
00012     VtxUnit = cms.untracked.int32(1),
00013     Frequency = cms.untracked.int32(50),
00014     DoOutput = cms.bool(False),
00015     # 1 assumes cm in SimVertex
00016     ProvenanceLookup = cms.PSet(
00017         PrintProvenanceInfo = cms.untracked.bool(False),
00018         GetAllProvenances = cms.untracked.bool(False)
00019     ),
00020     GlobalRecHitSrc = cms.InputTag("GlobalRecHits","GlobalRecHits")
00021 )
00022 
00023 

Generated on Tue Jun 9 17:49:21 2009 for CMSSW by  doxygen 1.5.4