Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:04

0001 class IOV:
0002     def __init__(self):
0003         self.since = 1
0004         self.till = 1
0005         self.RunFirst = 1
0006         self.RunLast  = 1
0007         self.LumiFirst = 1
0008         self.LumiLast = 1