CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
HBHE_custom_25nsMethod Namespace Reference

Functions

def customise_HBHE_Method0
 
def customise_HBHE_Method1
 

Function Documentation

def HBHE_custom_25nsMethod.customise_HBHE_Method0 (   process)

Definition at line 8 of file HBHE_custom_25nsMethod.py.

8 
9 def customise_HBHE_Method0(process):
10  if hasattr(process,'hbheprereco'):
11  process.hbheprereco.puCorrMethod = cms.int32(0)
12  return process
13 
def HBHE_custom_25nsMethod.customise_HBHE_Method1 (   process)

Definition at line 3 of file HBHE_custom_25nsMethod.py.

3 
4 def customise_HBHE_Method1(process):
5  if hasattr(process,'hbheprereco'):
6  process.hbheprereco.puCorrMethod = cms.int32(1)
7  return process