These changes allow (a) to choose among multiple software environments (e.g. cms, atlas) at a given site; (b) to use root files that do not end in ".root"; (c) to list files with eos; (d) to use qlook.py for cern and condor queues.
To accommodate these changes, we will want to do this:
def experiment() : return "cms"
in susycaf's configuration.py.
Hello,
These changes allow (a) to choose among multiple software environments (e.g. cms, atlas) at a given site; (b) to use root files that do not end in ".root"; (c) to list files with eos; (d) to use qlook.py for cern and condor queues.
To accommodate these changes, we will want to do this: def experiment() : return "cms" in susycaf's configuration.py.
Ted