Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-08 03:36:29

0001 import FWCore.ParameterSet.Config as cms
0002 # File: HcalHaloData_cfi.py
0003 # Original Author: R. Remington, The University of Florida
0004 # Description: Module to build HcalHaloData Object and put into the event
0005 # Date: Oct. 15, 2009
0006 
0007 from RecoMET.METProducers.hcalHaloDataProducer_cfi import hcalHaloDataProducer as _hcalHaloDataProducer
0008 HcalHaloData = _hcalHaloDataProducer.clone()
0009 
0010