CMS 3D CMS Logo

Classes | Functions | Variables
LumiList Namespace Reference

Classes

class  LumiList
 

Functions

def save_history (historyPath=historyPath)
 

Variables

 historyPath
 

Detailed Description

Handle lists of lumi sections. Constuct in several different formats and filter
(mask) a secondary list of lumis.
This class can also handle ranges of events as the structure is identical
or could be subclassed renaming a function or two.

This code began life in COMP/CRAB/python/LumiList.py

Function Documentation

◆ save_history()

def LumiList.save_history (   historyPath = historyPath)

Definition at line 692 of file LumiList.py.

692  def save_history(historyPath=historyPath):
693  import readline
694  readline.write_history_file(historyPath)
695  if os.path.exists(historyPath):
696  readline.read_history_file(historyPath)
697 
698 
def save_history(historyPath=historyPath)
Definition: LumiList.py:692

Variable Documentation

◆ historyPath

LumiList.historyPath

Definition at line 689 of file LumiList.py.