test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hiEvtPlaneFlat_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hiEvtPlaneFlat = cms.EDProducer('HiEvtPlaneFlatProducer',
4  vertexTag = cms.InputTag("hiSelectedVertex"),
5  centralityTag = cms.InputTag("hiCentrality"),
6  centralityBinTag = cms.InputTag("centralityBin","HFtowers"),
7  centralityVariable = cms.string("HFtowers"),
8  nonDefaultGlauberModel = cms.string(""),
9  inputPlanesTag = cms.InputTag("hiEvtPlane"),
10  trackTag = cms.InputTag("hiGeneralTracks"),
11  FlatOrder = cms.int32(9),
12  NumFlatBins = cms.int32(40),
13  Noffmin = cms.int32 (-1),
14  Noffmax = cms.int32 (10000),
15  CentBinCompression = cms.int32(5),
16  caloCentRef = cms.double(80.),
17  caloCentRefWidth = cms.double(5.0),
18  useOffsetPsi = cms.bool(True)
19  )