...
Currently, the user must know which ROOT release was used for the data he wants to skim, and should define $ROOTSYS accordingly before running the skimmer. This ROOT release must be chosen within a subset which is defined by the administrator when installing the skimmer. Currently, for the noric cluster, the valid values for ROOTSYS are :
For simple kinds of data, such as merit tuples, using a different recent ROOT release should be ok. If $ROOTSYS is not defined, the skimmer will search for $GLAST_EXT/ROOT/v5.10.00/root. If $GLAST_EXT is not defined, it will be set to /nfsafs/farmslac/g/glast/u05ground/GLAST_EXT/$CMTCONFIG. If $CMTCONFIG is not defined, it will be set to rh9_gcc32.
So Thus, once $ROOTSYS is eventually defined, together with the relevant SK_* shell variables (as described in the user guide), one can simply type :
...
The kinds of trees which can be skimmed is currently hardcoded, and especially targetted to GLAST needs. For each of those tree, we expect a top main branch. Actually, we distinguish two sets of trees : the ones which only rely on predefined ROOT types and have a single level of branches under the main one (the tuple-like trees), and the others. The latter typically requires the loading of a dedicated data description library before the concrete skimming takes place.
The last release v5r10 should understand the following types :
Worth to be noted, some different kind of trees can be grouped in common files, such as merit
, pointing_history
and jobinfo
. When skimming, the result is split among several files, one for each kind of tree. Also, some kind of trees do not have branches for the run and the event ids, such as pointing_history
and jobinfo
. Those trees are never skimmed, rather always merged.
...
So, on any site, including noric cluster, the administrator has compiled the skimmer for a subset of possible ROOT releases, and the user must choose within this subset. Currently, for the noric cluster, the subset is :
The kinds of trees which can be skimmed is currently hardcoded, and especially targetted to GLAST needs. For each of those tree, we expect a top main branch. Actually, we distinguish two sets of trees : the ones which only rely on predefined ROOT types and have a single level of branches under the main one (the tuple-like trees), and the others. The latter typically requires the loading of a dedicated data description library before the concrete skimming takes place.
The last release v5r10 should understand the following types :
Worth to be noted, some different kind of trees can be grouped in common files, such as merit
, pointing_history
and jobinfo
. When skimming, the result is split among several files, one for each kind of tree. Also, some kind of trees do not have branches for the run and the event ids, such as pointing_history
and jobinfo
. Those trees are never skimmed, rather always merged.