CMS 3D CMS Logo

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

Variables

tuple ecalBxOrbitNumberGrapher
 

Variable Documentation

tuple ecalBxOrbitNumberGrapher_cfi.ecalBxOrbitNumberGrapher
Initial value:
1 = cms.EDAnalyzer("EcalBxOrbitNumberGrapher",
2 
3  EBRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
4  EERecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
5 
6  RawDigis = cms.string('ecalEBunpacker'),
7 
8  # parameter to specify histogram maxmimum range
9  histogramMaxRange = cms.untracked.double(200.0),
10 
11  # parameter to specify histogram minimum range
12  histogramMinRange = cms.untracked.double(-10.0),
13 
14  # parameter for the name of the output root file with TH1F
15  fileName = cms.untracked.string('bxOrbitHists')
16 
17 )

Definition at line 3 of file ecalBxOrbitNumberGrapher_cfi.py.