CMS 3D CMS Logo

Functions | Variables
golden_json_2015 Namespace Reference

Functions

def findFileInPath (theFile)
 

Variables

 golden_json_2015
 
 golden_json_2015_pickEvents
 
 IsRunLsBased
 
 LuminositySectionsBlockRange
 
 RunEventList
 

Function Documentation

◆ findFileInPath()

def golden_json_2015.findFileInPath (   theFile)

Definition at line 6 of file golden_json_2015.py.

6 def findFileInPath(theFile):
7  for s in environ["CMSSW_SEARCH_PATH"].split(":"):
8  attempt = join(s,theFile)
9  if exists(attempt):
10  return attempt
11  return None
12 
13 #--------------------------------------------------
14 # Pick a set of events
15 # defined by a set of run:luminositysection
16 #--------------------------------------------------
17 

References join(), and submitPVValidationJobs.split().

Variable Documentation

◆ golden_json_2015

golden_json_2015.golden_json_2015

Definition at line 35 of file golden_json_2015.py.

◆ golden_json_2015_pickEvents

golden_json_2015.golden_json_2015_pickEvents

Definition at line 18 of file golden_json_2015.py.

◆ IsRunLsBased

golden_json_2015.IsRunLsBased

Definition at line 25 of file golden_json_2015.py.

◆ LuminositySectionsBlockRange

golden_json_2015.LuminositySectionsBlockRange

Definition at line 31 of file golden_json_2015.py.

◆ RunEventList

golden_json_2015.RunEventList

Definition at line 28 of file golden_json_2015.py.

join
static std::string join(char **cmd)
Definition: RemoteFile.cc:17
submitPVValidationJobs.split
def split(sequence, size)
Definition: submitPVValidationJobs.py:352
golden_json_2015.findFileInPath
def findFileInPath(theFile)
Definition: golden_json_2015.py:6