CMS 3D CMS Logo

Functions | Variables
golden_json_2012 Namespace Reference

Functions

def findFileInPath (theFile)
 

Variables

 golden_json_2012
 
 golden_json_2012_pickEvents
 
 IsRunLsBased
 
 LuminositySectionsBlockRange
 
 RunEventList
 

Function Documentation

def golden_json_2012.findFileInPath (   theFile)

Definition at line 6 of file golden_json_2012.py.

References join(), and cms::dd.split().

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 
std::vector< std::string_view > split(std::string_view, const char *)
def findFileInPath(theFile)
static std::string join(char **cmd)
Definition: RemoteFile.cc:17

Variable Documentation

golden_json_2012.golden_json_2012

Definition at line 35 of file golden_json_2012.py.

golden_json_2012.golden_json_2012_pickEvents

Definition at line 18 of file golden_json_2012.py.

golden_json_2012.IsRunLsBased

Definition at line 25 of file golden_json_2012.py.

golden_json_2012.LuminositySectionsBlockRange

Definition at line 31 of file golden_json_2012.py.

golden_json_2012.RunEventList

Definition at line 28 of file golden_json_2012.py.