CMS 3D CMS Logo

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

Variables

tuple globalrechitshistogrammer
 

Variable Documentation

tuple globalrechitshistogram_cfi.globalrechitshistogrammer
Initial value:
1 = cms.EDAnalyzer("GlobalRecHitsHistogrammer",
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('GlobalRecHitsHistograms.root'),
6  Name = cms.untracked.string('GlobalRecHitsHistogrammer'),
7  Verbosity = cms.untracked.int32(0), ## 0 provides no output
8 
9  # as of 110p2, needs to be 1. Anything ealier should be 0.
10  VtxUnit = cms.untracked.int32(1),
11  Frequency = cms.untracked.int32(50),
12  DoOutput = cms.bool(False),
13  # 1 assumes cm in SimVertex
14  ProvenanceLookup = cms.PSet(
15  PrintProvenanceInfo = cms.untracked.bool(False),
16  GetAllProvenances = cms.untracked.bool(False)
17  ),
18  GlobalRecHitSrc = cms.InputTag("globalrechits","GlobalRecHits")
19 )

Definition at line 3 of file globalrechitshistogram_cfi.py.