CMS 3D CMS Logo

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

Variables

tuple globalhithistogram
 

Variable Documentation

tuple globalhits_histogram_cfi.globalhithistogram
Initial value:
1 = cms.EDAnalyzer("GlobalHitsHistogrammer",
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('GlobalHitsHistograms.root'),
6  Name = cms.untracked.string('GlobalHitsHistogrammer'),
7  GlobalHitSrc = cms.InputTag("globalhits","GlobalHits"),
8  Verbosity = cms.untracked.int32(0), ## 0 provides no output
9 
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 globalhits_histogram_cfi.py.