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: EcalHaloData_cfi.py
0003 # Original Author: R. Remington, The University of Florida
0004 # Description: Module to build EcalHaloData Object and put into the event
0005 # Date: Oct. 15, 2009
0006 
0007 from RecoMET.METProducers.ecalHaloDataProducer_cfi import ecalHaloDataProducer as _ecalHaloDataProducer
0008 EcalHaloData = _ecalHaloDataProducer.clone()
0009 
0010