Definition at line 4 of file anapath.py.
References join().
8 cmssw_src =
'/'.
join( [ os.environ[
'CMSSW_BASE'],
'src' ] )
9 pkg_pat =
'/'.
join([cmssw_src,
'*',
'*'])
10 pkg_dirs = glob.glob( pkg_pat )
11 packages = [dir
for dir
in pkg_dirs \
12 if os.path.isdir(dir)
and \
13 not dir.endswith(
'CVS') ]
15 ana_dir =
'/'.
join( [pkg,
'python/analyzers'] )
18 if os.path.isdir(ana_dir):
19 analyzer_path.append( ana_dir )
static std::string join(char **cmd)