CMS 3D CMS Logo

Functions
golden_json_2015 Namespace Reference

Functions

def findFileInPath (theFile)
 

Function Documentation

def golden_json_2015.findFileInPath (   theFile)

Definition at line 6 of file golden_json_2015.py.

References join(), and 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 
static std::string join(char **cmd)
Definition: RemoteFile.cc:18
def findFileInPath(theFile)
double split
Definition: MVATrainer.cc:139