CMS 3D CMS Logo

Functions
dcsonly_json_2012 Namespace Reference

Functions

def findFileInPath (theFile)
 

Function Documentation

def dcsonly_json_2012.findFileInPath (   theFile)

Definition at line 6 of file dcsonly_json_2012.py.

References join(), and split.

Referenced by MatrixUtil.expandLsInterval().

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