![]() |
|
|||
File indexing completed on 2025-03-29 02:43:19
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def customise_HBHE_Method1(process): 0004 if hasattr(process,'hbheprereco'): 0005 process.hbheprereco.puCorrMethod = cms.int32(1) 0006 return process 0007 0008 def customise_HBHE_Method0(process): 0009 if hasattr(process,'hbheprereco'): 0010 process.hbheprereco.puCorrMethod = cms.int32(0) 0011 return process 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |