CMS 3D CMS Logo

Functions | Variables
muon_json_2012 Namespace Reference

Functions

def findFileInPath (theFile)
 

Variables

 IsRunLsBased
 
 LuminositySectionsBlockRange
 
 muon_json_2012
 
 muon_json_2012_pickEvents
 
 RunEventList
 

Function Documentation

◆ findFileInPath()

def muon_json_2012.findFileInPath (   theFile)

Definition at line 6 of file muon_json_2012.py.

References join(), and submitPVValidationJobs.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:19
def findFileInPath(theFile)

Variable Documentation

◆ IsRunLsBased

muon_json_2012.IsRunLsBased

Definition at line 25 of file muon_json_2012.py.

◆ LuminositySectionsBlockRange

muon_json_2012.LuminositySectionsBlockRange

Definition at line 31 of file muon_json_2012.py.

◆ muon_json_2012

muon_json_2012.muon_json_2012

Definition at line 36 of file muon_json_2012.py.

◆ muon_json_2012_pickEvents

muon_json_2012.muon_json_2012_pickEvents

Definition at line 18 of file muon_json_2012.py.

◆ RunEventList

muon_json_2012.RunEventList

Definition at line 28 of file muon_json_2012.py.