CMS 3D CMS Logo

Functions
HBHE_custom_25nsMethod Namespace Reference

Functions

def customise_HBHE_Method0 (process)
 
def customise_HBHE_Method1 (process)
 

Function Documentation

def HBHE_custom_25nsMethod.customise_HBHE_Method0 (   process)

Definition at line 8 of file HBHE_custom_25nsMethod.py.

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

Definition at line 3 of file HBHE_custom_25nsMethod.py.

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