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 686 of file LumiList.py.

686  def save_history(historyPath=historyPath):
687  import readline
688  readline.write_history_file(historyPath)
689  if os.path.exists(historyPath):
690  readline.read_history_file(historyPath)
691 
692 

Variable Documentation

◆ historyPath

LumiList.historyPath

Definition at line 683 of file LumiList.py.

LumiList.save_history
def save_history(historyPath=historyPath)
Definition: LumiList.py:686