CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiEvtPlane_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hiEvtPlane = cms.EDProducer("EvtPlaneProducer",
4  vertexTag = cms.InputTag("hiSelectedVertex"),
5  caloTag = cms.InputTag("towerMaker"),
6  castorTag = cms.InputTag("CastorTowerReco"),
7  trackTag = cms.InputTag("hiGeneralTracks"),
8  centralityBinTag = cms.InputTag("centralityBin","HFtowers"),
9  centralityVariable = cms.string("HFtowers"),
10  nonDefaultGlauberModel = cms.string(""),
11  FlatOrder = cms.int32(9),
12  NumFlatBins = cms.int32(40),
13  CentBinCompression = cms.int32(5),
14  caloCentRef = cms.double(80.),
15  caloCentRefWidth = cms.double(5.0),
16  loadDB = cms.bool(False),
17  minet = cms.double(-1.),
18  maxet = cms.double(-1.),
19  minpt = cms.double(0.3),
20  maxpt = cms.double(3.0),
21  minvtx = cms.double(-25.),
22  maxvtx = cms.double(25.),
23  dzerr = cms.double(10.),
24  chi2 = cms.double(40.)
25  )