You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Prerequisites

The skimmer is only usable on linux. For what concerns the external tools, skimmer v6r0 depends on :

  1. Perl 5, which should be found with "/usr/bin/env perl".
  2. ROOT 5.10.00 to 5.18.00 : the user can specify $ROOTSYS to any ROOT release, and it will be used as is by the skimmer, but the only validated releases are 5.10.00, 5.14.00g, 5.16.00-gl1 and 5.18/00 ; if 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 /afs/slac/g/glast/ground/GLAST_EXT/$CMTCONFIG ; if $CMTCONFIG is not defined, it will be set to rh9_gcc32.

What the skimmer basically do

The basic task of the skimmer is to take Glast ROOT files, containing ROOT trees, and produce similar output files with a subset of branches and events. The search for ROOT data files to be skimmed is called here mining. The eventual non-copy of some branches is called pruning. The copy of only a subset of events is called filtering.

A skimmer execution is organized as a sequence of steps. All but the last one are preparation steps. Each preparation step is expected to prepare a specific parameter file. If the parameter file already exists, either from a previous execution or because it has been written from scratch by the user, then the corresponding preparations step is not applied (this default behavior can be changed). Currently, the steps are :

  1. GET_FILE_LIST : establish the list fo the input ROOT data files to be skimmed.
  2. GET_LIBRARY_LIST : eventually find out the release of the corresponding C++ code, and search for the associated shared libraries.
  3. GET_BRANCH_LIST : establish the list of branches to be duplicated.
  4. GET_EVENT_LIST : establish the list of events to be duplicated.
  5. SKIM : the actual skimming.

The Skimmer is also known to GLAST people as the Data Server Back End. It has a command-like interface which can be used directly, or it can also be used through a web interface, also known as the Data Server Front End, or Skimmer Web Application. Here, one will only find the documentation of the command-like interface, but this can also help to understand the corresponding web front-end.

The behavior of the skimmer is all tuned by some predefined shell variables. For a complete list of those variables, one can type "skimmer help", but the explanations will hardly make sense if you have not read this guide before.

Overview of parameters

As one can see in the steps given above, before the skimmer can proceed, it is collecting much information about the files to be skimmed, what they contain and what to extract. This is all tuned by some shell variables, and the information is mostly stored in few parameter files. The use of those text files bring several benefits :

  • They ease the debug of the job.
  • They can be eventually modified, and reused as input for later jobs.
  • If an advanced user is well aware of what such a file should contain, he can even edit it from scratch.

All the parameter files can contain any number of empty lines and comments starting with "#". The lines starting with "#!" are called special comments. The first special comment in any parameter file should be about the global file format release, currently "CEL TXT 0.1". The second special comment should of the form "SECTION <name>", where <name> depends on the kind of information in the rest of the file. For example, if the file contain the list of input files, <name> will be "Files". Several examples will be given below.

One will find below the description of the parameter files and shell variables which are tuning a skimmer job.
Worth to note, for each of the official skimming step given previously, there is few systematic variables :

  • SK_SKIP_<STEP> : do not execute the step, whatever the values of other parameters and existence of parameter files.
  • SK_FORCE_<STEP> : do execute the step, whatever the values of other parameters and existence of parameter files.
  • SK_DEBUG_<STEP> : will display additionnal information about that specific step.

Obviously enough, for a given <STEP>, SK_FORCE_<STEP> and SK_SKIP_<STEP> should never be true at the same time. Let's know see the details of each step.

Data files mining parameters

The list of input data files can be obtained from different sources :

  1. From a CompositeEventList : if a CEL file is given as input to the skimmer, and defined with variable SK_INPUT_CEL.
  2. From a textual file made by the user : the format is given below, and the file path is given thanks to variable SK_INPUT_FILE_LIST.
  3. From the Pipeline I Oracle Database : if the data to be skimmed has been generated with the Pipeline I, one must define SK_INPUT_TASK.
    One and only one of those three variables must be non-null.

In the case of Pipeline I products, SK_INPUT_TASK is enough and should be any of the tasks recognized by the Pipeline I Oracle Database. On top of that, one can select a subset of the task runs through the shell variables SK_RUN_MIN and SK_RUN_MAX. If SK_RUN_MAX is set to 0, all the runs will be taken into consideration.

In the case of a textual file made by the user, it must conform to the usual rules for the skimmer parameter files : the header is made of a first special comment which recall the global file format release (CEL TXT 0.1), and a special comment which declare that what follows is a list of files (SECTION Files). Then, each line of the file is the full path of an input ROOT file, eventually prefixed by the data types of the trees within the file. For example :

#
#! CEL TXT 0.1
#

#! SECTION Files
(recon)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000001/BeamTest-0100_000001_recon_RECON.root
(recon)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000002/BeamTest-0100_000002_recon_RECON.root
(mc)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000001/BeamTest-0100_000001_mc_MC.root
(mc)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000002/BeamTest-0100_000002_mc_MC.root
(merit:pointing:jobinfo)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000001/BeamTest-0100_000001_merit_merit.root
(merit:pointing:jobinfo)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000002/BeamTest-0100_000002_merit_merit.root
(digi)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000001/BeamTest-0100_000001_digi_DIGI.root
(digi)/nfs/farm/g/glast/u35/MC-tasks/BeamTest-0100/output/000002/BeamTest-0100_000002_digi_DIGI.root

Whatever the source for the list of input data files, one can obtain a copy of this list when giving a value to SK_OUTPUT_FILE_LIST. This list is restrained to the files whose at least one entry has been kept after skimming. The ouput format is the same as the input format above. After a skimming, one can copy the output file defined by SK_OUTPUT_FILE_LIST, edit it freely and reuse the copy later as a SK_INPUT_FILE_LIST. It is not recommended to use a single file in such a scenario, because the file defined by SK_OUTPUT_FILE_LIST is always overwritten, and you could loose your modifications.

Here are the default values of the shell variables for input data files mining (i.e. the values which are used if the variables are undefined or empty strings) :

SK_INPUT_CEL = ""
SK_INPUT_FILE_LIST = ""
SK_INPUT_TASK = ""
SK_RUN_MIN = 0
SK_RUN_MAX = 0
SK_OUTPUT_FILE_LIST=""
SK_DEBUG_FILE_LIST="false"

Shared libraries determination parameters

When managing data such as recon, mc and/or digis, the skimmer sometimes needs to load the corresponding C++ shared libraries. It needs the ones which were used when generating the data, compiled with the correct release. The list of those shared libraries can be provided by the user in a dedicated file, whose name is defined by variable SK_INPUT_LIBRARY_LIST. In this file, each line is the full path of a shared library, eventually prefixed by the data types associated with the library. If there is no such prefix, the library is to be loaded for any data type. Example of such a file :

#
#! CEL TXT 0.1
#

#! SECTION Libraries
/nfs/farm/g/glast/u09/builds/rh9_gcc32/BeamtestRelease/BeamtestRelease-v3r0907p0/lib/libcommonRootData.so
(mc)/nfs/farm/g/glast/u09/builds/rh9_gcc32/BeamtestRelease/BeamtestRelease-v3r0907p0/lib/libmcRootData.so
(digi)/nfs/farm/g/glast/u09/builds/rh9_gcc32/BeamtestRelease/BeamtestRelease-v3r0907p0/lib/libdigiRootData.so
(recon)/nfs/farm/g/glast/u09/builds/rh9_gcc32/BeamtestRelease/BeamtestRelease-v3r0907p0/lib/libreconRootData.so

This list corresponds to the libraries for a single code release, which is the one relevant for the set of input data files to be skimmed. Actually, in a given skimming job, all the input data files must have been generated with the same code release, or the behavior is undefined.

Instead of the file above, if the user knows about it, he can provide the data code release with the variable SK_EXPECTED_RELEASE, and a set of directories where to search for the shared libraries, defined by SK_LIBRARY_DIRS (which has a default value relevant for SLAC site). The latter is a ':' set of directories paths. SK_EXPECTED_RELEASE should have the form <main_package>/<main_package><release>, as one can see in the example above. The exact names of the libraries for a given data type ar currently hardcoded, and described in the guide /Skimmer at SLAC/. For example, For each <dir> element in SK_LIBRARY_DIRS, and a given <main_package> and a given <release>, the skimmer will look for <dir>/<main_package>/<main_package><release>/lib/libcommonRootData.so.

At last, if there is no usable SK_INPUT_LIBRARY_LIST and no SK_EXPECTED_RELEASE, the skimmer will inspect the data files searching for some GLAST file header, where it could find out the code release used for this data. It should also find the original directory where the libraries where stying when generatig the data, and will inspect this directory first, before trying the ones in SK_LIBRARY_DIRS.

The same as the list of input data files, one can obtain a copy of the shared libraries by giving a value to SK_OUTPUT_LIBRARY_LIST. This list is restrained to the data kinds which were used in the last skimming job. The ouput format is the same as the input format above.

Here are the default values of the shell variables for this section :

SK_INPUT_LIBRARY_LIST=""
SK_EXPECTED_RELEASE=""
SK_LIBRARY_DIRS=""/nfs/farm/g/glast/u09/builds/rh9_gcc32:/nfs/farm/g/glast/u30/builds/rh9_gcc32:/afs/slac.stanford.edu/g/glast/ground/releases/rh9_gcc32opt"
SK_OUTPUT_LIBRARY_LIST=""
SK_DEBUG_LIBRARY_LIST="false"

Events filtering parameters

The actual skimming will only select the events given in a parameter file, whose name is defined by the shell variable SK_EVENT_LIST_FILE. Perhaps this file already exists, generated from a previous skimmer execution (and you eventually modified it), or because you wrote it from scratch. If not, the skimmer will generate one, based on the values of SK_TCUT_DATA_TYPE and SK_TCUT. The syntax of SK_TCUT should be the ROOT one. Currently, the only valid value for SK_TCUT_DATA_TYPE is merit.

The expected content of the file defined by SK_EVENT_LIST_FILE is a simple list of pairs, one by line, where each pair is made of a run id followed by an event id. The "events" section header can be followed by two special comments which recall the number of events before and after the cut (this information is currently not used by the skimmer). For example :

#
#! CEL TXT 0.1
#

#! SECTION Events
#! 2000 entries in original dataset.
#! 7 events after cut:
1 8
1 183
1 344
1 553
2 117
2 517
2 980

The possibility to define a TCut which is going through several data types is not possible today, but it will be studied when we have several possible value for SK_TCUT_DATA_TYPE. Here are the default values of the shell variables for this section :

SK_TCUT_DATA_TYPE="merit"
SK_TCUT=""
SK_EVENT_LIST_FILE="${PWD}/${SK_TASK}_EventList.txt"
SK_SKIP_GET_EVENT_LIST="false"
SK_FORCE_GET_EVENT_LIST="false"
SK_DEBUG_GET_EVENT_LIST="false"

In the case you do want to keep all the entries, which is not the default expectation, you need to act on several variables : the value of SK_TCUT should be "", the file defined by SK_EVENT_LIST_FILE must not exist, and the value of SK_SKIP_GET_EVENT_LIST should be "false". This way, the skimmer has no information about how to select the events, and will merge them all.

Branches pruning parameters

The skimmer can also take into account a list of the branches to be activated or desactivated. This list is given through a file, whose full file (including path) is given by variable SK_BRANCH_LIST_FILE. If this file does not exists, skimmer will generate it, and activate all the branches.

As usual, you can edit this generated file, or write one from scratch. Each line should contains a data type prefix, the name of the tree, a {+} or a - (so to activate or desactivate respectively), and the specification of one or several branches (with the ROOT syntax). The lines are applied one after the other : you can desactivate all the branches of a given type with *, then activate the only ones of interest. For example :

#
#! CEL TXT 0.1
#

#! SECTION Branches
(recon)Recon+ReconEvent
(recon)Recon+m_eventId
(recon)Recon+m_runId
(recon)Recon+m_acd
(recon)Recon-m_cal
(merit)MeritTuple-*
(merit)MeritTuple+PtT*
(merit)MeritTuple+Cal*

Here are the default values of the shell variables for this section :

SK_BRANCH_LIST_FILE="${PWD}/${SK_TASK}_BranchList.txt"
SK_SKIP_GET_BRANCH_LIST=false
SK_FORCE_GET_BRANCH_LIST=false
SK_DEBUG_GET_BRANCH_LIST=false

The actual final skimming

We are now to the point where to say which types of data we want to skim. This is said by shell variable SK_DATA_TYPES, which should be a ":" separated list of data types. The current recognized types can be found in the guide /Skimmer at SLAC/. If SK_DATA_TYPES is empty, a default value of "merit:mc:digi:recon" will be used.

The skimmed files will be stored in the directory defined by shell variable SK_OUT_DIR, in files called SK_OUT_FILE_BODY_<datatype>.root. Yet, if they turned to be very big files, ROOT could automatically close the first file and open new ones, appending a rank number to the file name. The maximum size of each ouput ROOT file can be changed with shell variable SK_MAX_FILE_SIZE. If the value of 0 is given to this variable (this is the default), ROOT will use its own default value. Also, if the value is 0 and the job is merging all the events, the ROOT fast merging method will be used.

Here are the default values of the shell variables for this section :

SK_DATA_TYPES="merit:mc:digi:recon"
SK_OUT_DIR=${PWD}
SK_OUT_FILE_BODY=${SK_TASK}
SK_MAX_FILE_SIZE=0
SK_SKIP_SKIM=false
SK_DEBUG_SKIM=false

If one has already executed the skimmer, and the generated parameter files are still available, most of the skimmer shell variables will not affect the new execution, because the skimmer will directly reuse the parameter files. Only the few variables above, corresponding to the actual skimming step, will be taken into account.

  • No labels