CMS 3D CMS Logo

CentralityBin_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 centralityBin = cms.EDProducer('CentralityBinProducer',
4  Centrality = cms.InputTag("hiCentrality"),
5  centralityVariable = cms.string("HFtowers"),
6  nonDefaultGlauberModel = cms.string(""),
7  pPbRunFlip = cms.uint32(99999999),
8 )
9