CMS 3D CMS Logo

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

Variables

tuple compareCalibs
 

Variable Documentation

tuple CompareCalibs_cfi.compareCalibs
Initial value:
1 = cms.EDFilter("CompareCalibs",
2 ## input
3  recs = cms.InputTag("uhhCaliIterativeCone5"),
4  refs = cms.InputTag("iterativeCone5CaloJets"),
5 
6 ## histogram directory
7  hist = cms.string('compareCalibs.hist'),
8 
9 ## pt bins for calibration
10  type = cms.int32 ( 0),
11  bins = cms.int32 (200),
12  min = cms.double(0.0),
13  max = cms.double(2.0),
14  binsPt = cms.vdouble(30.0, 50.0, 70.0, 100.0, 130.0, 160.0, 200.0, 250.0, 300.0),
15  binsEta = cms.vdouble(-3.0, -1.4, 0.0, 1.4, 3.0),
16 
17 ## configure visible range and reconstruction quality
18  maxDR = cms.double( 0.3),
19  minPtRef = cms.double( 15.0),
20  maxPtRef = cms.double(999.0),
21  minPtRec = cms.double( 15.0),
22  maxPtRec = cms.double(999.0),
23  minEtaRef = cms.double( -5.0),
24  maxEtaRef = cms.double( 5.0),
25  minEtaRec = cms.double( -5.0),
26  maxEtaRec = cms.double( 5.0),
27  minEmfCaloJet = cms.double( 0.05),
28  maxEmfCaloJet = cms.double( 0.95)
29 )

Definition at line 7 of file CompareCalibs_cfi.py.