Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:07

0001 #!/usr/bin/env python3
0002 
0003 from FWCore.PythonUtilities.LumiList import LumiList as ll
0004 import warnings
0005 
0006 warnings.warn('PhysicsTools.PythonAnalysis.LumiList is deprecated, please use FWCore.PythonUtilities.LumiList', DeprecationWarning, stacklevel=2)
0007 
0008 class LumiList(ll):
0009     pass