CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastjetParameters_cfi.py
Go to the documentation of this file.
2 
3 # Generic parameters for PU subtraction
4 # $Id: FastjetParameters.cfi,v 1.7 2007/11/02 20:00:31 fedor Exp $
5 FastjetParameters = cms.PSet(
6 
7 )
8 FastjetNoPU = cms.PSet(
9  Active_Area_Repeats = cms.int32(0),
10  GhostArea = cms.double(1.0),
11  Ghost_EtaMax = cms.double(0.0),
12  UE_Subtraction = cms.string('no')
13 )
14 FastjetWithPU = cms.PSet(
15  Active_Area_Repeats = cms.int32(5),
16  GhostArea = cms.double(0.01),
17  Ghost_EtaMax = cms.double(6.0),
18  UE_Subtraction = cms.string('yes')
19 )
20