CMS 3D CMS Logo

globalrechitshistogram_cfi Namespace Reference


Variables

tuple globalrechitshistogrammer


Variable Documentation

tuple globalrechitshistogram_cfi::globalrechitshistogrammer [static]

Initial value:

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

    # 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)
    ),
    GlobalRecHitSrc = cms.InputTag("globalrechits","GlobalRecHits")
)

Definition at line 3 of file globalrechitshistogram_cfi.py.


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