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 
0003 # File: CSCHaloData_cfi.py
0004 # Original Author: R. Remington, The University of Florida
0005 # Description: Module to build CSCHaloData and put into the event
0006 # Date: Oct. 15, 2009
0007 
0008 from RecoMET.METProducers.cscHaloDataProducer_cfi import cscHaloDataProducer as _cscHaloDataProducer
0009 CSCHaloData = _cscHaloDataProducer.clone()