CMS 3D CMS Logo

globaldigishistogrammer_cfi Namespace Reference


Variables

tuple globaldigishistogrammer


Variable Documentation

tuple globaldigishistogrammer_cfi::globaldigishistogrammer [static]

Initial value:

cms.EDFilter("GlobalDigisHistogrammer",
    # 1 provides basic output
    # 2 provides output of the fill step + 1
    # 3 provides output of the store step + 2
    outputFile = cms.string('GlobalDigisHistograms.root'),
    Name = cms.untracked.string('GlobalDigisHistogrammer'),
    Verbosity = cms.untracked.int32(0), ## 0 provides no output

    GlobalDigisSrc = cms.InputTag("globaldigis","GlobalDigis"),
    # as of 110p2, needs to be 1. Anything ealier should be 0.
    VtxUnit = cms.untracked.int32(1),
    Frequency = cms.untracked.int32(50),
    DoOutput = cms.bool(False),
    # 1 assumes cm in SimVertex
    ProvenanceLookup = cms.PSet(
        PrintProvenanceInfo = cms.untracked.bool(False),
        GetAllProvenances = cms.untracked.bool(False)
    )
)

Definition at line 3 of file globaldigishistogrammer_cfi.py.


Generated on Tue Jun 9 18:47:16 2009 for CMSSW by  doxygen 1.5.4