CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
globaldigishistogrammer_cfi Namespace Reference

Variables

tuple globaldigishistogrammer
 

Variable Documentation

tuple globaldigishistogrammer_cfi.globaldigishistogrammer
Initial value:
1 = cms.EDAnalyzer("GlobalDigisHistogrammer",
2  # 1 provides basic output
3  # 2 provides output of the fill step + 1
4  # 3 provides output of the store step + 2
5  outputFile = cms.string('GlobalDigisHistograms.root'),
6  Name = cms.untracked.string('GlobalDigisHistogrammer'),
7  Verbosity = cms.untracked.int32(0), ## 0 provides no output
8 
9  GlobalDigisSrc = cms.InputTag("globaldigis","GlobalDigis"),
10  # as of 110p2, needs to be 1. Anything ealier should be 0.
11  VtxUnit = cms.untracked.int32(1),
12  Frequency = cms.untracked.int32(50),
13  DoOutput = cms.bool(False),
14  # 1 assumes cm in SimVertex
15  ProvenanceLookup = cms.PSet(
16  PrintProvenanceInfo = cms.untracked.bool(False),
17  GetAllProvenances = cms.untracked.bool(False)
18  )
19 )

Definition at line 3 of file globaldigishistogrammer_cfi.py.