CMS 3D CMS Logo

Classes | Functions
LumiList Namespace Reference

Classes

class  LumiList
 

Functions

def save_history (historyPath=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

def LumiList.save_history (   historyPath = historyPath)

Definition at line 683 of file LumiList.py.

683  def save_history(historyPath=historyPath):
684  import readline
685  readline.write_history_file(historyPath)
686  if os.path.exists(historyPath):
687  readline.read_history_file(historyPath)
688 
689 
def save_history(historyPath=historyPath)
Definition: LumiList.py:683