ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/python/HiBiasedCentrality_cfi.py
Revision: 1.1
Committed: Thu Aug 13 17:35:35 2009 UTC (15 years, 8 months ago) by yilmaz
Content type: text/x-python
Branch: MAIN
CVS Tags: V00-01-02, V00-01-01, HEAD
Log Message:
Module, cfg and macro for biased impact parameter generation

File Contents

# User Rev Content
1 yilmaz 1.1 import FWCore.ParameterSet.Config as cms
2    
3     hiBiasedCentrality = cms.EDFilter('HiCentralityBiasFilter',
4     function = cms.string("gaus"),
5     parameters = cms.vdouble(1,2.42651,3.79481)
6     )
7    
8